Investigate what can be done about the Laravel Installer failing when it is used with --quiet.
mattstauffer opened this issue · 3 comments
mattstauffer commented
Issue created by @jonsugar, I just converted it from a note to an issue.
From Jon:
TL;DR its because it blindly passes the --quiet / --no-ansi flag through to all commands that are run. chmod does not have these options and interprets them as directories.
mattstauffer commented
jonsugar commented
@mattstauffer Are you buy any chance using the ^3.0 version of the laravel installer? I just tested with 3.2.0 and reproduced your experience. Switch to ^4.0 (4.0.4) and:
jonsugar commented
Fixed in laravel/installer#156