Looking to hire Laravel developers? Try LaraJobs

laravel-dashboard maintained by small-team

Description
Admin/manager dashboard for Laravel framework
Author
Last update
2016/08/31 08:57 (dev-master)
License
Links
Downloads
27

Comments
comments powered by Disqus

Laravel Dashboard

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

under construction..

Installation

Require this package with composer:

composer require small-team/laravel-dashboard

After updating composer, add the ServiceProvider to the providers array in config/app.php

SmallTeam\Dashboard\ServiceProvider::class,

Copy the package config to your local config with the publish command:

php artisan vendor:publish