avoutic/web-framework-skeleton

WebFramework skeleton project

8.0 2024-10-26 11:47 UTC

This package is auto-updated.

Last update: 2024-10-26 11:47:58 UTC


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.