-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Max Kovpak edited this page May 29, 2015
·
1 revision
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',
Copy the package config to your local config with the publish command:
php artisan vendor:publish
- Home
- [Get started](https://github.com/small-team/laravel_dashboard/wiki/Get\ started)