mirror of
https://github.com/exane/not-gwent-online
synced 2025-11-08 09:08:40 +00:00
start with design implementation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
get('/', function() {
|
||||
return 'hi gwent';
|
||||
return view('tpl.landing')
|
||||
->withSection('landing');
|
||||
});
|
||||
@@ -14,7 +14,7 @@ return [
|
||||
*/
|
||||
|
||||
'paths' => [
|
||||
realpath(base_path('../client/resources/views')),
|
||||
realpath(base_path('../client/views')),
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user