diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 67669f44c3c..9ffce062149 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -106,6 +106,13 @@ Congratulations! Your first Symfony project is up and running! them are explained in the :ref:`Setting up Permissions ` section of the official book. + + If the welcome page does not seem to be rendering CSS or image assets, + install them first: + + .. code-block:: bash + + $ php app/console assets:install When you are finished working on your Symfony application, you can stop the server with the ``server:stop`` command: