Skip to content

Commit 7a66254

Browse files
committed
minor #18867 show how to start symfony server (aliber4079)
This PR was merged into the 6.3 branch. Discussion ---------- show how to start symfony server show how to start symfony server <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- b8135fc Update page_creation.rst
2 parents 6d01aa6 + b8135fc commit 7a66254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

page_creation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ metadata to code):
8080
}
8181
8282
That's it! If you are using Symfony web server, try it out by going to: http://localhost:8000/lucky/number
83+
To start the symfony webserver, cd to your project directory and type symfony server:start
8384

8485
.. tip::
8586

0 commit comments

Comments
 (0)