Skip to content

Laravel UI AdminLTE

Installation

Check the following table for Laravel version compatibility,

Laravel Versioninfyomlabs/laravel-ui-adminlte
9.0^5.0
8.0^3.0
7.0^3.0
6.0^3.0

Run a command,

sh
composer require infyomlabs/laravel-ui-adminlte

Usage

Run a command,

To Generate a full authentication UI,

sh
php artisan ui adminlte --auth

For localization support,

sh
php artisan ui adminlte-localized --auth

To Install just AdminLTE Theme assets,

sh
php artisan ui adminlte

And then run,

sh
npm install && npm run dev

Or for production,

sh
npm install && npm run prod

Usage with Laravel Fortify (Laravel 8+ only)

This package also provides support for Laravel Fortify for authentication scaffolding.

NOTE: Don't forget to install and run Laravel Fortify and perform its required installation steps.

Run a command,

sh
php artisan ui adminlte-fortify --auth

And then run,

sh
npm install && npm run dev

Or for production,

sh
npm install && npm run prod