Skip to content

Commit

Permalink
Re-work to use new flag on the installer. Updated laravel/installer t…
Browse files Browse the repository at this point in the history
…o 3.5.1 #80
  • Loading branch information
kraveir0 committed Nov 29, 2019
1 parent 2a5d8bc commit 4b6ed85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lambo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b6ed85

Please sign in to comment.