From 7e87bed6e4f750f892698357da8f4b33b94d552c Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Wed, 17 May 2023 17:27:45 -0700 Subject: [PATCH] streamlined bin --- bin/nysymfony | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/bin/nysymfony b/bin/nysymfony index 0753f7f..ae58a28 100755 --- a/bin/nysymfony +++ b/bin/nysymfony @@ -86,7 +86,7 @@ composer req nickyeoman/symfonycms composer req symfony/process composer req asset composer req sensio/framework-extra-bundle -composer req symfony/mailer +composer req symfony/mailer # gives prompt ################################################################################ # Symfony development bundles @@ -113,19 +113,13 @@ composer require symfonycasts/reset-password-bundle composer req -n orm --with-all-dependencies sleep 2 -# TODO: In the future you may want to replace this with code -# ( but not here if you are sharing the script) -# sed -n -e '/^DATABASE_URL/p' .env - ################################################################################ # Docker ################################################################################ # For the Apache container -composer req symfony/apache-pack -#TODO: find a way to trigger this without interaction +composer req symfony/apache-pack #TODO: find a way to trigger this without interaction as it gives a prompt -# You need the following variables in your env for docker-compose # You need the following variables in your env for docker-compose echo '' >> .env echo '# For Docker compose' >> .env