From fb3aff6c8597e0aa7ae55aecab0cb728197c9a21 Mon Sep 17 00:00:00 2001 From: ro Date: Sun, 30 Jun 2024 18:45:41 -0600 Subject: [PATCH] automate environment file creation added a post install script to the composer.json file to automate the creation of the .env file which hold app specific configs also added a helper function to create new keys in the future --- app/Helpers/StringHelpers.php | 7 +++++++ composer.json | 4 ++++ public/index.php | 6 +++--- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/app/Helpers/StringHelpers.php b/app/Helpers/StringHelpers.php index da245e0..7019655 100644 --- a/app/Helpers/StringHelpers.php +++ b/app/Helpers/StringHelpers.php @@ -1,5 +1,7 @@ make(Kernel::class);