Switched to bootstrap
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
Route::get('/', 'PagesController@welcome');
|
||||
|
||||
Route::get('/dashboard', 'PagesController@dashboard');
|
||||
|
Reference in New Issue
Block a user