simple php framework
1.0.0
Trying to develop basic framework structure using symfony component
Clone the repo
Run the following command
composer update
Run the PHP built-in server (php >= 7.0):
php -S 127.0.0.1:4321 -t web/ web/index.php
Now browse the project
http://127.0.0.1:4321/is_leap_year/2020
Run the following command
docker-compose up -d
Now browse the project
http://127.0.0.1:8097/is_leap_year/2020