Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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
Source by symfony.com #
 
PREVIOUS NEXT
Tagged: #symfony #start #server #command
ADD COMMENT
Topic
Name
5+1 =