Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96ae20f

Browse files
committed
minor symfony#5034 Update the_big_picture.rst (oldskool)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes symfony#5034). Discussion ---------- Update the_big_picture.rst When following the steps in this documentation, I ended up with this: http://i.imgur.com/nK3XM2B.png Got the suggestion to install the assets on the IRC channel and it did the trick for me. This addition to the docs might help others facing the same problem to make their app look as expected. Commits ------- 0676444 Update the_big_picture.rst
2 parents 560aa3e + 0676444 commit 96ae20f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

quick_tour/the_big_picture.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ Congratulations! Your first Symfony project is up and running!
106106
them are explained in the
107107
:ref:`Setting up Permissions <book-installation-permissions>` section
108108
of the official book.
109+
110+
If the welcome page does not seem to be rendering CSS or image assets,
111+
install them first:
112+
113+
.. code-block:: bash
114+
115+
$ php app/console assets:install
109116
110117
When you are finished working on your Symfony application, you can stop
111118
the server with the ``server:stop`` command:

0 commit comments

Comments
 (0)