Skip to content

Commit 1bbd8e5

Browse files
Add '&' to special meaning characters for URL (#8973)
* [9.x] Consider 'Models' folder for the models path usages * Update container.md * Update configuration.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 069d78b commit 1bbd8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ https://example.com/1630542a-246b-4b66-afa1-dd72a4c43515
254254
When accessing this hidden route, you will then be redirected to the `/` route of the application. Once the cookie has been issued to your browser, you will be able to browse the application normally as if it was not in maintenance mode.
255255

256256
> **Note**
257-
> Your maintenance mode secret should typically consist of alpha-numeric characters and, optionally, dashes. You should avoid using characters that have special meaning in URLs such as `?`.
257+
> Your maintenance mode secret should typically consist of alpha-numeric characters and, optionally, dashes. You should avoid using characters that have special meaning in URLs such as `?` or `&`.
258258
259259
<a name="pre-rendering-the-maintenance-mode-view"></a>
260260
#### Pre-Rendering The Maintenance Mode View

0 commit comments

Comments
 (0)