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 ee80cdc commit 559b09dCopy full SHA for 559b09d
user_guide_src/source/installation/running.rst
@@ -33,7 +33,7 @@ Open the **app/Config/App.php** file with a text editor.
33
#. $baseURL
34
Set your base URL to ``$baseURL``. If you need more flexibility, the baseURL may
35
be set within the :ref:`.env <dotenv-file>` file as ``app.baseURL = 'http://example.com/'``.
36
- (Always use a trailing slash on your base URL!)
+ **Always use a trailing slash on your base URL!**
37
38
.. note:: If you don't set the ``baseURL`` correctly, in development mode,
39
the debug toolbar may not load properly and web pages may take considerably
0 commit comments