Answers for "start server command symfony 5 windows"

PHP
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

Code answers related to "start server command symfony 5 windows"

Browse Popular Code Answers by Language