Greenelf / laravel_admin_panel by Greenelf

Admin panel for Laravel 5.2
132
0
1
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: 2024-04-22 03:02:41
Package Statistics
Total Downloads: 132
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
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']);