php mainstream framework thinkphp6, laravel, yii2 framework run command

1.thinkphp6 framework

php think run --port=8001

2.laravel framework

php artisan serve --port=8002

3.yii2 framework

php yii serve --port=8002

 

Guess you like

Origin blog.csdn.net/zhunju0089/article/details/103527605