kmligue / adminlte
Package to generate adminlte layout views
Installs: 98
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
This package is not auto-updated.
Last update: 2025-03-02 05:51:02 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.