File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 19
19
"illuminate/console" : " ^11.0" ,
20
20
"illuminate/support" : " ^11.0" ,
21
21
"laravel/fortify" : " ^1.20" ,
22
- "mobiledetect/mobiledetectlib" : " ^4.8"
22
+ "mobiledetect/mobiledetectlib" : " ^4.8" ,
23
+ "symfony/console" : " ^7.0"
23
24
},
24
25
"require-dev" : {
25
26
"inertiajs/inertia-laravel" : " ^1.0" ,
Original file line number Diff line number Diff line change 10
10
use Illuminate \Support \ServiceProvider ;
11
11
use Illuminate \Support \Str ;
12
12
use RuntimeException ;
13
+ use Symfony \Component \Console \Attribute \AsCommand ;
13
14
use Symfony \Component \Console \Input \InputInterface ;
14
15
use Symfony \Component \Console \Output \OutputInterface ;
15
16
use Symfony \Component \Finder \Finder ;
20
21
use function Laravel \Prompts \multiselect ;
2
551B
1
22
use function Laravel \Prompts \select ;
22
23
24
+ #[AsCommand(name: 'jetstream:install ' )]
23
25
class InstallCommand extends Command implements PromptsForMissingInput
24
26
{
25
27
/**
You can’t perform that action at this time.
0 commit comments