Skip to content

Commit

Permalink
Add default artisan port (8000) to .env.sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Aug 20, 2020
1 parent fafaf6b commit e2292ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
SANCTUM_STATEFUL_DOMAINS=localhost,127.0.0.1
SANCTUM_STATEFUL_DOMAINS=localhost,127.0.0.1,127.0.0.1:8000


MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravue",
"version": "0.11.0",
"version": "0.13.1",
"description": "A beautiful dashboard for Laravel built by VueJS",
"author": "Tuan Duong <bacduong@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit e2292ed

Please sign in to comment.