marvision-code/laravel-admin

v1.0.0 2016-11-27 09:03 UTC

This package is not auto-updated.

Last update: 2024-05-06 11:32:37 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 )