marvision-code/laravel-admin

14
Install
composer require marvision-code/laravel-admin
Latest Version:v1.0.0
License:MIT
Last Updated:Nov 27, 2016
Links: GitHub  ·  Packagist
Maintainer: marwenhlaoui

#Laravel Admin Panel

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 )