File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.2" ,
20- "laravel-zero/framework" : " ^11.0"
19+ "php" : " ^8.2.0 " ,
20+ "laravel-zero/framework" : " ^11.0.0 "
2121 },
2222 "require-dev" : {
2323 "laravel/pint" : " ^1.15.1" ,
Original file line number Diff line number Diff line change 4343 //
4444 ],
4545
46+ /*
47+ |--------------------------------------------------------------------------
48+ | Hidden Commands
49+ |--------------------------------------------------------------------------
50+ |
51+ | Your application commands will always be visible on the application list
52+ | of commands. But you can still make them "hidden" specifying an array
53+ | of commands below. All "hidden" commands can still be run/executed.
54+ |
55+ */
56+
57+ 'hidden ' => [
58+ NunoMaduro \LaravelConsoleSummary \SummaryCommand::class,
59+ Symfony \Component \Console \Command \DumpCompletionCommand::class,
60+ Symfony \Component \Console \Command \HelpCommand::class,
61+ Illuminate \Console \Scheduling \ScheduleRunCommand::class,
62+ Illuminate \Console \Scheduling \ScheduleListCommand::class,
63+ Illuminate \Console \Scheduling \ScheduleFinishCommand::class,
64+ Illuminate \Foundation \Console \VendorPublishCommand::class,
65+ LaravelZero \Framework \Commands \StubPublishCommand::class,
66+ ],
67+
4668 /*
4769 |--------------------------------------------------------------------------
4870 | Removed Commands
You can’t perform that action at this time.
0 commit comments