Answers for "php symfony run server"

PHP
3

start server symfony command

php -S localhost:8000 -t public/
Posted by: Guest on July-07-2021
1

symfony start server command

$ cd my-project/

# start the server in the background
$ symfony serve -d

# continue working and running other commands...

# show the latest log messages
$ symfony server:log

# stop the server
symfony server:stop
Posted by: Guest on December-30-2020
1

how to run symfony project

php bin/console server:run
Posted by: Guest on March-02-2022

Browse Popular Code Answers by Language