Fix Router and finish base view system.
This commit is contained in:
6
config/route_arguments.php
Normal file
6
config/route_arguments.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'{int}' => '([0-9]+)',
|
||||
'{chars}' => '([A-Za-z]+)',
|
||||
'{string}' => '([0-9A-Za-z]+)',
|
||||
];
|
||||
4
config/views.php
Normal file
4
config/views.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'base_view_skeleton' => 'base'
|
||||
];
|
||||
Reference in New Issue
Block a user