1
0
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:
devfake
2015-06-20 17:13:40 +02:00
parent 190a44e103
commit b387a67e4f
20 changed files with 774 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
<?php
get('/', function() {
return 'hi gwent';
return view('tpl.landing')
->withSection('landing');
});

View File

@@ -14,7 +14,7 @@ return [
*/
'paths' => [
realpath(base_path('../client/resources/views')),
realpath(base_path('../client/views')),
],
/*