Package Data | |
---|---|
Maintainer Username: | mitulgolakiya |
Maintainer Contact: | me@mitul.me (Mitul Golakiya) |
Package Create Date: | 2020-08-04 |
Package Last Update: | 2024-03-02 |
Home Page: | http://infyom.com/open-source |
Language: | Blade |
License: | MIT |
Last Refreshed: | 2024-11-17 03:07:45 |
Package Statistics | |
---|---|
Total Downloads: | 284,812 |
Monthly Downloads: | 12,037 |
Daily Downloads: | 203 |
Total Stars: | 199 |
Total Watchers: | 10 |
Total Forks: | 73 |
Total Open Issues: | 9 |
Laravel Frontend Scaffolding for AdminLTE3 Theme.
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
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
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
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.
Become a sponsor and get your logo on our README on Github with a link to your site.
Become a backer and get your image on our README on Github with a link to your site.
You can also check out our other paid products on CodeCanyon.
Also, Do not forget to add your website to Made with InfyOm Generator List list.
Checkout Video Tutorial - By: Shailesh Ladumor
Checkout Laravel Fortify Video Tutorial