simple php framework
1.0.0
尝试使用Symfony组件开发基本框架结构
克隆仓库
运行以下命令
composer update
运行PHP内置服务器(PHP> = 7.0):
php -S 127.0.0.1:4321 -t web/ web/index.php
现在浏览该项目
http://127.0.0.1:4321/is_leap_year/2020
运行以下命令
docker-compose up -d
现在浏览该项目
http://127.0.0.1:8097/is_leap_year/2020