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 600f5ae commit 2eb9afeCopy full SHA for 2eb9afe
setup/file_permissions.rst
@@ -4,7 +4,7 @@ Setting up or Fixing File Permissions
4
In Symfony 3.x, you needed to do some extra work to make sure that your cache directory
5
was writable. But that is no longer true! In Symfony 4, everything works automatically:
6
7
-* In the ``dev`` environment, ``umask()`` is used in ``bin/console`` and ``web/index.php``
+* In the ``dev`` environment, ``umask()`` is used in ``bin/console`` and ``public/index.php``
8
so that any created files are writable by everyone.
9
10
* In the ``prod`` environment (i.e. when ``APP_ENV`` is ``prod`` and ``APP_DEBUG``
0 commit comments