Comment by sandreas
13 hours ago
For Toy Apps you can even use PHP's integrated WebServer like
php -S 0.0.0.0:8000 public/index.php
It's not for production use, but only needing one Tool can be helpful under specific circumstances.
13 hours ago
For Toy Apps you can even use PHP's integrated WebServer like
php -S 0.0.0.0:8000 public/index.php
It's not for production use, but only needing one Tool can be helpful under specific circumstances.
Also set PHP_CLI_SERVER_WORKERS=10 to enable multiple threads