Skip to content

Commit 623c455

Browse files
authored
Fixes breeze installation with --ssr options (#278)
fixes #277 Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent ff232dd commit 623c455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ protected function installBreeze(string $directory, InputInterface $input, Outpu
231231
$commands = array_filter([
232232
$this->findComposer().' require laravel/breeze',
233233
trim(sprintf(
234-
'"'.PHP_BINARY.'" artisan breeze:install %s %s %s %s',
234+
'"'.PHP_BINARY.'" artisan breeze:install %s %s %s %s %s',
235235
$input->getOption('stack'),
236236
$input->getOption('typescript') ? '--typescript' : '',
237237
$input->getOption('pest') ? '--pest' : '',

0 commit comments

Comments
 (0)