You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #6182 Latest demo has no bin folder (Jace25)
This PR was merged into the 3.0 branch.
Discussion
----------
Latest demo has no bin folder
Latest demo has no bin folder. Console is located inside the app folder.
Commits
-------
9944eca Latest demo has no bin folder
Copy file name to clipboardExpand all lines: book/installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,7 +343,7 @@ of the Symfony Installer anywhere in your system:
343
343
c:\projects\> php symfony demo
344
344
345
345
Once downloaded, enter into the ``symfony_demo/`` directory and run the PHP's
346
-
built-in web server executing the ``php bin/console server:run`` command. Access
346
+
built-in web server executing the ``php app/console server:run`` command. Access
347
347
to the ``http://localhost:8000`` URL in your browser to start using the Symfony
0 commit comments