kmligue / adminlte
Package to generate adminlte layout views
dev-master
2018-01-13 22:34 UTC
This package is not auto-updated.
Last update: 2026-03-15 11:26:23 UTC
README
Package to generate adminlte layout views
Installation
composer require kmligue/adminlte:dev-master
add to your providers array (config/app.php)
KMLigue\AdminLTE\AdminLTEServiceProvider::class,
to publish the views file
php artisan vendor:publish
this command will generate assets file in public/assets folder and views file in views/kmligue/adminlte folder. You can move the generated views file according to your folder structure.