Skip to content

Commit

Permalink
move .env.production to .env.production.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyosan committed Sep 18, 2021
1 parent 3b8fd29 commit bbe6416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ composer ins
yarn

# setup env
cp .env.production .env
cp .env.production.sample .env.production
##
# Adjust the following:
# - APP_URL
# - SANCTUM_STATEFUL_DOMAINS
# - SESSION_DOMAIN
# - Database related vars
##
vim .env
vim .env.production
php artisan key:generate

# run migrations
Expand Down

0 comments on commit bbe6416

Please sign in to comment.