Skip to content

Commit bbe6416

Browse files
committed
move .env.production to .env.production.sample
1 parent 3b8fd29 commit bbe6416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .env.production renamed to .env.production.sample

File renamed without changes.

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ composer ins
9090
yarn
9191

9292
# setup env
93-
cp .env.production .env
93+
cp .env.production.sample .env.production
9494
##
9595
# Adjust the following:
9696
# - APP_URL
9797
# - SANCTUM_STATEFUL_DOMAINS
9898
# - SESSION_DOMAIN
9999
# - Database related vars
100100
##
101-
vim .env
101+
vim .env.production
102102
php artisan key:generate
103103

104104
# run migrations

0 commit comments

Comments
 (0)