Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 287 Bytes

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']);