Stars: 3612
Forks: 1041
Pull Requests: 424
Issues: 791
Watchers: 130
Last Updated: 2023-09-07 07:34:13
Easy AdminLTE integration with Laravel
License: MIT License
Languages: PHP, Blade
This package provides an easy way to quickly set up AdminLTE v3 with Laravel (7 or higher). It has no others requirements and dependencies besides Laravel, so you can start building your admin panel immediately. The package provides a blade template that you can extend and an advanced menu configuration system. Also, and optionally, the package offers a set of AdminLTE styled authentication views that you can use in replacement of the ones that are provided by the legacy laravel/ui authentication scaffolding.
If you want to use an older Laravel or AdminLTE version, review the following package releases:
All documentation is available on the Wiki Pages, we encourage you to read it. If you are new start with the Installation Guide. To update the package consult the Updating Guide.
The current package requirements are:
You can report issues or ask questions in the issues section. Please, start your issue with [BUG]
and your question with [QUESTION]
in the subject.
You may also use the issues to propose changes for the Wiki Pages, in that case use [WIKI]
at the beginning of the subject.
If you have a question, it is recommended to make a search over the closed issues first.
To submit a Pull Request, fork this repository and create a new branch to commit your new changes there. Finally, open a Pull Request from your new branch. Refer to the contribution guidelines for detailed instructions. When submitting a Pull Request take the next notes into consideration: