From 4b6ed858e62eeefc96b4d95b98abfe1719fe141c Mon Sep 17 00:00:00 2001 From: Filipe Craveiro Date: Fri, 29 Nov 2019 01:12:39 +0000 Subject: [PATCH] Re-work to use new flag on the installer. Updated laravel/installer to 3.5.1 #80 --- lambo | 1 - 1 file changed, 1 deletion(-) diff --git a/lambo b/lambo index 666e0cf8..7b34634d 100755 --- a/lambo +++ b/lambo @@ -367,7 +367,6 @@ if [[ "$AUTH" = true ]]; then # @todo figure out why this is necessary--why does "$QUIET_FLAG" throw a fit with laravel new when it's empty? if [[ "$DEVELOP" = true ]]; then laravel new "$PROJECTNAME" $QUIET_FLAG --dev --auth - echo "${orange} auth->true" else laravel new "$PROJECTNAME" $QUIET_FLAG --auth fi