| Package Data | |
|---|---|
| Maintainer Username: | Greenelf |
| Maintainer Contact: | alexandr.cctv@gmail.com (Greenelf) |
| Package Create Date: | 2016-06-15 |
| Package Last Update: | 2018-06-08 |
| Language: | CSS |
| License: | MIT |
| Last Refreshed: | 2025-10-29 03:02:31 |
| Package Statistics | |
|---|---|
| Total Downloads: | 132 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 1 |
Admin laravel panel
Install composer require greenelf/panel dev-master
Add custom dashboard Add in your route.php file new route and set route name 'CustomDashboard'. Example: Route::get('/test/all', ['as' => 'CustomDashboard', 'uses' => 'TestController@index']);