[ACCEPTED]-How to serve a symfony app on 192.168.x.x?-symfony
Accepted answer
If someone search the command is:
php app/console server:run 0.0.0.0:8000
0
for Symfony 4 you can run
php -S 127.0.0.1:8000 -t public
0
The command is:
php bin/console server:run 0.0.0.0:8000
..Note "bin" instead of 1 "app" before the slash.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.