marvision-code / laravel-admin
v1.0.0
2016-11-27 09:03 UTC
Requires
- illuminate/support: ~5.0
This package is not auto-updated.
Last update: 2024-11-04 13:41:51 UTC
README
Laravel Admin Panel with Settings and Modules Management for Laravel 5.x+
Installation
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
COMMING SOON
Credit
By Marwen Hlaoui( http://marwenhlaoui.me )