Laravel Dashboard; Added routes and a PagesController
This commit is contained in:
@@ -14,3 +14,5 @@
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
Route::get('/dashboard', 'PagesController@dashboard');
|
||||
|
Reference in New Issue
Block a user