We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24d182 commit edb3075Copy full SHA for edb3075
Resources/doc/installation.rst
@@ -67,7 +67,10 @@ Execute the following command to publish the assets required by the bundle:
67
# Symfony 2
68
$ php app/console assets:install --symlink web
69
70
- # Symfony 3 + 4
+ # Symfony 3
71
$ php bin/console assets:install --symlink web
72
+
73
+ # Symfony 4
74
+ $ php bin/console assets:install --symlink public
75
76
.. _`installation chapter`: https://getcomposer.org/doc/00-intro.md
0 commit comments