Skip to content

Commit 442ff78

Browse files
committed
Update README.md
1 parent 23f9979 commit 442ff78

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ APP_NAME=Laravel
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
5-
APP_URL=http://localhost
5+
APP_URL=http://localhost:8000
66

77
LOG_CHANNEL=stack
88
LOG_DEPRECATIONS_CHANNEL=null

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@
221221
<br>
222222

223223
<h2>Configure values in the .env file</h2>
224+
225+
<pre><code>
226+
<strong>APP_URL="http://localhost:8000"</strong>
227+
</code></pre>
228+
224229
<pre><code>
225230
<strong>PUSHER_APP_ID=""</strong>
226231
<strong>PUSHER_APP_KEY=""</strong>

0 commit comments

Comments
 (0)