luanardev / adminlte
Laravel AdminLTE UI
Requires
- almasaeed2010/adminlte: ^3.2
- livewire/livewire: ^2.0
README
This package provides an easy way to quickly set up AdminLTE v3 with Laravel (8 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.
Documentation
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.
Requirements
The current package requirements are:
- Laravel >= 8.x
- PHP >= 7.2
Installation
Run a command,
composer require luanardev/adminlte
Usage
Install AdminLTE theme assets,
run php artisan adminlte:install