Skip to content

Commit 0676444

Browse files
oldskoolwouterj
authored andcommitted
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.
1 parent 560aa3e commit 0676444

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)