Skip to content
Diego Smania edited this page Mar 6, 2024 · 10 revisions

Easy AdminLTE integration with Laravel

This package provides an easy way to quickly set up AdminLTE v3 with Laravel (7 or higher). It has no other 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:

  • Releases 1.x: These releases supports Laravel 5 and include AdminLTE v2
  • Releases 2.x: These releases supports Laravel 6 and include AdminLTE v2
  • Releases 3.x (<=3.8.6): These releases supports Laravel 6 and include AdminLTE v3

Important

Only the version 3.x of this package is currently maintained, so be aware that older versions are unmaintained and you'll have to use as they are.