File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 45
45
"php" : " >=8.2" ,
46
46
"ext-json" : " *" ,
47
47
"ext-mbstring" : " *" ,
48
+ "dragonmantank/cron-expression" : " ^3.4" ,
48
49
"guzzlehttp/guzzle" : " ^7.8" ,
49
50
"illuminate/cache" : " ^11.0" ,
50
51
"illuminate/config" : " ^11.0" ,
Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ class Kernel extends FoundationConsoleKernel
37
37
\Illuminate \Queue \Console \FailedTableCommand::class,
38
38
\Illuminate \Queue \Console \TableCommand::class,
39
39
\Illuminate \Queue \Console \WorkCommand::class,
40
+ \Illuminate \Queue \Console \ClearCommand::class,
41
+ \Illuminate \Console \Scheduling \ScheduleListCommand::class,
42
+ \Illuminate \Console \Scheduling \ScheduleRunCommand::class,
43
+ \Illuminate \Console \Scheduling \ScheduleWorkCommand::class,
44
+ \Illuminate \Console \Scheduling \ScheduleTestCommand::class,
45
+ \Illuminate \Console \Scheduling \ScheduleInterruptCommand::class,
40
46
\Illuminate \Routing \Console \ControllerMakeCommand::class,
41
47
\Illuminate \Routing \Console \MiddlewareMakeCommand::class,
42
48
\Roots \Acorn \Console \Commands \AboutCommand::class,
You canβt perform that action at this time.
0 commit comments