Added config sample file
This commit is contained in:
parent
b619b4bb03
commit
7440538548
2 changed files with 11 additions and 0 deletions
9
settings/config.sample.php
Normal file
9
settings/config.sample.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
use PhangoApp\PhaView\View;
|
||||
use PhangoApp\PhaI18n\I18n;
|
||||
|
||||
PhangoApp\PhaRouter\Config::$modules_allowed=['welcome' => 'modules/welcome'];
|
||||
|
||||
PhangoApp\PhaRouter\Config::$home_module='welcome';
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue