Use zstd for domain home pages info, added nunomaduro/laravel-console-summary
This commit is contained in:
50
config/laravel-console-summary.php
Normal file
50
config/laravel-console-summary.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Hide Commands
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option allows to hide certain commands from the summary output.
|
||||
| They will still be available in your application. Wildcards are supported
|
||||
|
|
||||
| Examples: "make:*", "list"
|
||||
|
|
||||
*/
|
||||
|
||||
'hide' => [
|
||||
'cache:*',
|
||||
'completion',
|
||||
'config:*',
|
||||
'db:*',
|
||||
'debugbar:*',
|
||||
'event:*',
|
||||
'ide-helper:*',
|
||||
'inspire',
|
||||
'key:generate',
|
||||
'list',
|
||||
'make:*',
|
||||
'migrate:*',
|
||||
'model:prune',
|
||||
'notifications:table',
|
||||
'optimize:*',
|
||||
'package:discover',
|
||||
'passport:*',
|
||||
'queue:*',
|
||||
'route:*',
|
||||
'serve',
|
||||
'schedule:*',
|
||||
'schema:dump',
|
||||
'session:table',
|
||||
'storage:link',
|
||||
'stub:publish',
|
||||
'test',
|
||||
'theme:*',
|
||||
'ui:*',
|
||||
'vendor:publish',
|
||||
'view:*',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user