greenelf/panel
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']);
Related Packages
meysamhashemi/panel
17
0
adiamond/cruddy
Backend interface for handling CRUD operations on your Laravel Eloquent models.
1,421
0
kalnoy/cruddy
Backend interface for handling CRUD operations on your Laravel Eloquent models.
4,985
162