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 23f9979 commit 442ff78Copy full SHA for 442ff78
.env.example
@@ -2,7 +2,7 @@ APP_NAME=Laravel
2
APP_ENV=local
3
APP_KEY=
4
APP_DEBUG=true
5
-APP_URL=http://localhost
+APP_URL=http://localhost:8000
6
7
LOG_CHANNEL=stack
8
LOG_DEPRECATIONS_CHANNEL=null
README.md
@@ -221,6 +221,11 @@
221
<br>
222
223
<h2>Configure values in the .env file</h2>
224
+
225
+<pre><code>
226
+<strong>APP_URL="http://localhost:8000"</strong>
227
+</code></pre>
228
229
<pre><code>
230
<strong>PUSHER_APP_ID=""</strong>
231
<strong>PUSHER_APP_KEY=""</strong>
0 commit comments