Skip to content

Commit 9f3ebad

Browse files
committed
2.x
- Bootstrap bug
1 parent 9f53fd8 commit 9f3ebad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/CrudGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CrudGenerator extends GeneratorCommand
2323
*/
2424
protected $signature = 'make:crud
2525
{name : Table name}
26-
{stack : The development stack that should be installed (blade,tailwind,livewire,api)}
26+
{stack : The development stack that should be installed (bootstrap,tailwind,livewire,api)}
2727
{--route= : Custom route name}';
2828

2929
/**
@@ -72,7 +72,7 @@ protected function promptForMissingArgumentsUsing(): array
7272
'stack' => fn() => select(
7373
label: 'Which stack would you like to install?',
7474
options: [
75-
'blade' => 'Blade with Bootstrap css',
75+
'bootstrap' => 'Blade with Bootstrap css',
7676
'tailwind' => 'Blade with Tailwind css',
7777
'livewire' => 'Livewire with Tailwind css',
7878
'api' => 'API only',

0 commit comments

Comments
 (0)