Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

symfony server start port

use the flag --port=PORTNUMBER

Example:

symfony server:start --port=8080
OR

php bin/console server:start --port=8080
The help page documentation states this like so:

--port=value Preferred HTTP port [default: 8000]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #symfony #server #start #port
ADD COMMENT
Topic
Name
7+3 =