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
* 2.7: (23 commits)
[#5331] Tiny typo
[#5373] Small tweak per Stof's comment
[PSR-7] Bridge documentation
Fix after install URL and new photo since AcmeDemoBundle is not part of 2.7
Fixed a minor grammar issue
Fixed typos
Link to the official repository of the bundle.
Added mentions to some popular (and useful) Symfony bundles
[#5095] Fixing a typo and updating to a more realistic example
[Components][ClassLoader] remove DebugClassLoader
[#4228] Move synthetic services to its own recipe
clarify bundle installation instructions
Implemented the suggestions made by Christian and Wouter
Replace phpDocumentor by the standard PHPDoc
Implemented the changes suggested by reviewers
Fixed an internal link reference
Reviewed the Bundles cookbook articles
Updated the list of reserved domains and the URL reference
Use the reserved domains example.com and example.org
Constraints - empty strings and null values
...
Copy file name to clipboardExpand all lines: book/installation.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,8 @@ browsing the project directory and executing this command:
169
169
$ cd my_project_name/
170
170
$ php app/console server:run
171
171
172
-
Then, open your browser and access the ``http://localhost:8000`` URL to see the
172
+
Then, open your browser and access the ``http://localhost:8000/app/example``
0 commit comments