From bbe641698730d317acd07415908da7e46a4d787d Mon Sep 17 00:00:00 2001 From: Marius Palade Date: Sat, 18 Sep 2021 08:12:15 +0300 Subject: [PATCH] move .env.production to .env.production.sample --- .env.production => .env.production.sample | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .env.production => .env.production.sample (100%) diff --git a/.env.production b/.env.production.sample similarity index 100% rename from .env.production rename to .env.production.sample diff --git a/README.md b/README.md index 45a0697..983efc4 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ composer ins yarn # setup env -cp .env.production .env +cp .env.production.sample .env.production ## # Adjust the following: # - APP_URL @@ -98,7 +98,7 @@ cp .env.production .env # - SESSION_DOMAIN # - Database related vars ## -vim .env +vim .env.production php artisan key:generate # run migrations