php-nativo: php -S 192.168.1.50:9000 php -S localhost:9000 php -S 127.0.0.1:9000 //localhost php-yii2 php -S localhost:8001 -t backend/web php -S 172.xx.xx.xx:8081 -t backend/web php-laravel php artisan serve --port=8080 php -S 192.168.1.50:9000 -t public laravel php artisan serve php artisan serve --host=172.xx.xx.xx:8081 --port=8000 php artisan serve --host=localhost --port=8000 yii2 php yii serve --port=8080 php yii serve --docroot="backend/web" php yii serve --docroot="backend/web" --address=192.168.1.50 --port=9000
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter