Open chendelin1982 opened 2 years ago
composer create-project topthink/think tp
cd tp
php think run -H 0.0.0.0 -p 8082
composer create-project symfony/skeleton:"6.1.*" my_project_directory
cd my_project_directory
composer require webapp
symfony server:start --port 8008 -d
to to: only support 127.0.0.0 interface, you can refer to: https://symfony.com/doc/4.0/setup/built_in_web_server.html
composer create-project --prefer-dist yiisoft/yii2-app-basic myyii
cd myyii
#php yii serve --port=8888
cd web && php -S 0.0.0.0:9098
to to: only support 127.0.0.0 interface,
What type of your feature request?
refer to: https://github.com/chendelin1982/awesome-php/tree/master#frameworks