Add global layout and homepage
This commit is contained in:
parent
a464ef4c0e
commit
8e627b1671
33 changed files with 612 additions and 158 deletions
|
|
@ -14,5 +14,5 @@
|
|||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
return View::make('pages.home');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue