Package Data | |
---|---|
Maintainer Username: | marwenhlaoui |
Maintainer Contact: | marwenhlaoui@gmail.com (Marwen Hlaoui) |
Package Create Date: | 2016-11-27 |
Package Last Update: | 2016-11-27 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:08:41 |
Package Statistics | |
---|---|
Total Downloads: | 12 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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 )