Laravel details view. Adjusted navbar and routes

This commit is contained in:
2017-09-24 01:31:39 +02:00
parent 736cbd3ac7
commit 60b0cabed3
5 changed files with 142 additions and 25 deletions

View File

@@ -12,6 +12,6 @@
*/
Route::get('/', 'PagesController@welcome');
Route::get('/', 'PagesController@dashboard');
Route::get('/dashboard', 'PagesController@dashboard');
Route::get('/details', 'PagesController@details');