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 71da808 commit 1d641a5Copy full SHA for 1d641a5
user_guide_src/source/installation/running.rst
@@ -21,6 +21,11 @@ Initial Configuration
21
set your base URL to ``$baseURL``. If you need more flexibility, the baseURL may
22
be set within the **.env** file as ``app.baseURL = 'http://example.com/'``.
23
(Always use a trailing slash on your base URL!)
24
+
25
+ .. note:: If you don't set the ``baseURL`` correctly, in development mode,
26
+ the debug toolbar may not load properly and web pages may take considerably
27
+ longer to display.
28
29
#. If you intend to use a database, open the
30
**app/Config/Database.php** file with a text editor and set your
31
database settings. Alternately, these could be set in your **.env** file.
0 commit comments