PHP Composer MySQL Database
- Clone the repo
git clone https://github.com/mikeroq/mvc-test.git
- Install dependencies
composer install
- Copy or rename .env.example to .env
- Modify the new .env with your database credentials/settings
- Try it out with built-in PHP web server
cd public && php -S localhost:8000
Browse to http://localhost:8000