small-team / laravel-dashboard
Admin/manager dashboard for Laravel framework
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.4.0
- laravel/framework: 5.*
This package is not auto-updated.
Last update: 2024-11-23 17:06:42 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