Add global layout and homepage
This commit is contained in:
parent
8af402a9e2
commit
168400fab0
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