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 2ca3840 commit 524c70fCopy full SHA for 524c70f
security/form_login_setup.rst
@@ -73,7 +73,7 @@ class that processes the login submit and 4) updates the main security config fi
73
}
74
75
76
-Edit the security.yml file in order to allow access to the ``/login`` route :
+Edit the security.yml file in order to allow access to the ``/login`` route:
77
78
.. configuration-block::
79
@@ -105,7 +105,7 @@ Edit the security.yml file in order to allow access to the ``/login`` route :
105
106
.. code-block:: php
107
108
- // app/config/security.php
+ // config/packages/security.php
109
$container->loadFromExtension('security', [
110
// ...
111
'access_control' => [
0 commit comments