Switched to bootstrap

This commit is contained in:
2017-09-23 23:45:01 +02:00
parent e4e55dfabc
commit 736cbd3ac7
40 changed files with 16973 additions and 208 deletions

View File

@@ -11,8 +11,7 @@
|
*/
Route::get('/', function () {
return view('welcome');
});
Route::get('/', 'PagesController@welcome');
Route::get('/dashboard', 'PagesController@dashboard');