#Laravel Admin Panel
Laravel Admin Panel with Settings and Modules Management for Laravel 5.x+, (*1)
Installation
In order to install MLA , just add, (*2)
"marvision-code/laravel-admin": "^1.0"
to your composer.json. Then run composer install or composer update., (*3)
or you can run the composer require command from your terminal:, (*4)
composer require marvision-code/laravel-admin
Then in your config/app.php add, (*5)
Marvision\LaravelAdmin\MLAServiceProvider::class,
in the providers array and, (*6)
COMMING SOON
Credit
By Marwen Hlaoui( http://marwenhlaoui.me ), (*7)