DEV Community

Cover image for Easy AdminLTE integration with Laravel
Alexandre Freire
Alexandre Freire

Posted on • Updated on

Easy AdminLTE integration with Laravel

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

Also, and optionally, the package includes a set of AdminLTE styled authentication views that you can use in replacement of the ones that are provided by the 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 or higher and include AdminLTE v2

Requirements

The current package requirements are:

Laravel >= 6.x
PHP >= 7.2

Laravel-AdminLTE

Top comments (0)