php主流框架 thinkphp6、laravel、yii2框架 运行命令

1.thinkphp6框架

php think run --port=8001

2.laravel框架

php artisan serve --port=8002

3.yii2框架

php yii serve --port=8002

猜你喜欢

转载自blog.csdn.net/zhunju0089/article/details/103527605