Skip to content

InfyOmLabs/laravel-ui-adminlte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel UI AdminLTE

Total Downloads Monthly Downloads Daily Downloads License

Laravel Frontend Scaffolding for AdminLTE3 Theme.

Installation

Run a command,

composer require infyomlabs/laravel-ui-adminlte

For Laravel 7,

composer require infyomlabs/laravel-ui-adminlte:^2.0

For Laravel 6,

composer require infyomlabs/laravel-ui-adminlte:^1.0

Usage

Run a command,

To Generate a full authentication UI,

php artisan ui adminlte --auth

To Install just AdminLTE theme assets,

php artisan ui adminlte

And then run,

npm install && npm run dev

Or for production,

npm install && npm run prod

Usage with Laravel Fortify (Laravel 8.x 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,

php artisan ui adminlte-fortify --auth

And then run,

npm install && npm run dev

Or for production,

npm install && npm run prod

Tutorial

Here you can find a video tutorial. (Credits: shailesh-ladumor)

Screenshots

Login

Login

Register

Register

Reset Password Form

Reset Password Form

Reset Password

Reset Password

Admin Layout

Reset Password