Added config sample file
This commit is contained in:
parent
b619b4bb03
commit
7440538548
2 changed files with 11 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,3 +6,5 @@ modules/*
|
|||
!modules/welcome
|
||||
!modules/admin
|
||||
settings/config.php
|
||||
setting/config_test.php
|
||||
|
||||
|
|
|
|||
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