| 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: | 2025-11-06 15:09:01 |
| Package Statistics | |
|---|---|
| Total Downloads: | 14 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 0 |
| 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 )