| Package Data | |
|---|---|
| Maintainer Username: | brainfab |
| Maintainer Contact: | max_kovpak@hotmail.com (Max Kovpak) |
| Package Create Date: | 2014-08-06 |
| Package Last Update: | 2016-08-31 |
| Language: | JavaScript |
| License: | MIT |
| Last Refreshed: | 2025-11-29 03:06:21 |
| Package Statistics | |
|---|---|
| Total Downloads: | 27 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 2 |
| Total Forks: | 2 |
| Total Open Issues: | 0 |
under construction..
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