avoutic / web-framework-skeleton
WebFramework skeleton project
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
README
This is a base skeleton implementation using avoutic/web-framework.
In this skeleton, a template for the database authentication config is provided in config/auth/db_config.main.php. It is NOT recommended to keep the configuration directory with authentication details (config/auth/) under version control and it should be added to .gitignore.
Same goes for the local machine config modification (often used to enable debugging) located at config/config_local.php.