GithubHelp home page GithubHelp logo

jeffersonsimaogoncalves / adminlte-laravel10 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zalanihir/adminlte-laravel10

0.0 0.0 0.0 19.54 MB

This is AdminLTE inherited in laravel 10 with some of basic customizations which are like category, subcategory & basic user facility you can add or remove things as per your need

License: MIT License

JavaScript 51.63% PHP 43.73% CSS 3.03% Blade 1.61%

adminlte-laravel10's Introduction

AdminLTE in laravel-10

Laravel-10 AdminLTE

Light-Dark Mode Using Bootstrap

Bootstrap AdminLTE in LAravel

About This Projects

This project is made in Laravel version 10. In this project, I used an Admin LTE with a breeze installation. Users do have not to worry about assets & folder paths for the admin side. Created for basic e-commerce project admin.Added the basic modules. Don't forget to give star to this repository โญ.

GitHub stars GitHub forks GitHub watchers License: MIT

Installation & usage

  • For Install you have to clone this repo or you can fire this command as well.
git clone https://github.com/ZalaNihir/adminlte-laravel10.git
  • Go into folder
cd adminlte-laravel10
  • After the installation you have to update the vendor folder you can update the vendor folder using this command.
composer update
  • After the updation you have to create the .env file via this command.
cp .env.example .env
  • Now you have to generate the product key.
php artisan key:generate
  • Now migrate the tables & seed the database.
php artisan migrate --seed
  • We are done here. Now you have to just serve your project.
php artisan serve
  • This is the updated code of admin.

To get the access of admin side there is credentials bellow

  • Admin

email: [email protected] password: p$ssw#rd

  • User

email: [email protected] password: p$ssw#rd

  • Vendor

email: [email protected] password: p$ssw#rd

Update

  • Added the Light/Dark mode in profile section at top nav.

  • Added the Category module.

  • Added the Subcategory module.

  • Added the product module which has basic detail & takes multiple images.

  • Added the Role Module.

  • Added the permission Module.

  • Added the collection Module for PDFs.

  • Added the Country, State & City seeder with the relationship

  • if you want to use the admin side but you have no idea about components & how here things work. so that you just have to create a file & put your code.

  • I added the functionality to compress the image size & convert it into webp format in the ProductController.

Toast

  • Added the toastr which has 4 classes success, info, warning & error. you can use it own it.
<x-admin>
    {{ 'Put your blade code here' }}
</x-admin>
  • For the page title use a section method Like this.
    @section('title')
        {{'Your Titlte'}}
    @endsection

Alerts

  • I added the alerts. You just have to call like this.
->with('success', 'Success message');
->with('danger', 'danger message');
->with('info', 'info message');
->with('dark', 'dark message');
->with('warning', 'warning message');
->with('light', 'light message');

Security Vulnerabilities

If you discover a security vulnerability within this project, please send an e-mail to Nihir Zala via [email protected]. All security vulnerabilities will be promptly addressed.If you find any issue or bug you can mail me.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Friendly Note

  • if you have any query about this package face some error or need support to update simply mail me here.
  • Sorry for my English & this type of short instruction. I'm learning if you are an expert please help me to improve.

Connect with me

Twitter URL

LinkedIn URL

Instagram URL

Other Projects

Check My Other Project

adminlte-laravel10's People

Contributors

zalanihir avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.