small-team / laravel-dashboard
Admin/manager dashboard for Laravel framework
Package info
github.com/brainfab/laravel_dashboard
Language:JavaScript
pkg:composer/small-team/laravel-dashboard
dev-master
2016-08-31 06:57 UTC
Requires
- php: >=5.4.0
- laravel/framework: 5.*
This package is not auto-updated.
Last update: 2026-03-14 23:48:54 UTC
README
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