marvision-code/laravel-admin is a Laravel package.
It currently has 0 GitHub stars and 14 downloads on Packagist (latest version v1.0.0).
Install it with composer require marvision-code/laravel-admin.
Discover more Laravel packages by marvision-code
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Admin Panel with Settings and Modules Management for Laravel 5.x+
In order to install MLA , just add
"marvision-code/laravel-admin": "^1.0"
to your composer.json. Then run composer install or composer update.
or you can run the composer require command from your terminal:
composer require marvision-code/laravel-admin
Then in your config/app.php add
Marvision\LaravelAdmin\MLAServiceProvider::class,
in the providers array and
By Marwen Hlaoui( http://marwenhlaoui.me )