Skip to content

Laravel UI Frontend Preset for AdminLTE with Laravel Fortify support.

Notifications You must be signed in to change notification settings

jeremykenedy/laravel-ui-adminlte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfyOm

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

Support Us

We have created 14+ Laravel packages and invested a lot of resources into creating these all packages and maintaining them.

You can support us by either sponsoring us or buying one of our paid products. Or help us by spreading the word about us on social platforms via tweets and posts.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site.

Backers

Become a backer and get your image on our README on Github with a link to your site.

Buy our Paid Products

InfyChat

You can also check out our other paid products on CodeCanyon.

Follow Us

Made with InfyOm Generator

Also, Do not forget to add your website to Made with InfyOm Generator List list.

Video Tutorials

Checkout Video Tutorial - By: Shailesh Ladumor

Checkout Laravel Fortify Video Tutorial

Screenshots

Login

Login

Register

Register

Reset Password Form

Reset Password Form

Reset Password

Reset Password

Admin Layout

Reset Password

About

Laravel UI Frontend Preset for AdminLTE with Laravel Fortify support.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Blade 73.2%
  • PHP 25.1%
  • JavaScript 1.7%