complete php and mysql app/ ├── config/ # Configuration files │ ├── database.php # Database configuration │ ├── config.php # Application configuration │ └── constants.php # Application constants ├── ...
Configure .env variables (i.e. app name, url, database). For starters, you may use the crud_database.sql located in the src directory. Using apache web server, configure the apache virtual host to ...