We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8fd29 commit bbe6416Copy full SHA for bbe6416
.env.production renamed to .env.production.sample
README.md
@@ -90,15 +90,15 @@ composer ins
90
yarn
91
92
# setup env
93
-cp .env.production .env
+cp .env.production.sample .env.production
94
##
95
# Adjust the following:
96
# - APP_URL
97
# - SANCTUM_STATEFUL_DOMAINS
98
# - SESSION_DOMAIN
99
# - Database related vars
100
101
-vim .env
+vim .env.production
102
php artisan key:generate
103
104
# run migrations
0 commit comments