We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf45ce commit ec3ffd6Copy full SHA for ec3ffd6
src/NewCommand.php
@@ -93,7 +93,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
93
}
94
95
if (PHP_OS_FAMILY != 'Windows') {
96
- $commands[] = "chmod 644 \"$directory/artisan\"";
+ $commands[] = "chmod 755 \"$directory/artisan\"";
97
98
99
if (($process = $this->runCommands($commands, $input, $output))->isSuccessful()) {
0 commit comments