Skip to content

Commit d8bd879

Browse files
authored
Install Breeze with dev flag (#332)
1 parent 4805373 commit d8bd879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NewCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ protected function uncommentDatabaseConfiguration(string $directory)
394394
protected function installBreeze(string $directory, InputInterface $input, OutputInterface $output)
395395
{
396396
$commands = array_filter([
397-
$this->findComposer().' require laravel/breeze',
397+
$this->findComposer().' require laravel/breeze --dev',
398398
trim(sprintf(
399399
$this->phpBinary().' artisan breeze:install %s %s %s %s %s',
400400
$input->getOption('stack'),
@@ -444,7 +444,7 @@ protected function installJetstream(string $directory, InputInterface $input, Ou
444444
*
445445
* @param string $directory
446446
* @param \Symfony\Component\Console\Input\InputInterface $input
447-
* @return string
447+
* @return array
448448
*/
449449
protected function promptForDatabaseOptions(string $directory, InputInterface $input)
450450
{

0 commit comments

Comments
 (0)