<?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' => [
	'about',
	'auth:*',
	'cache:*',
	'channel:*',
	'clear-compiled',
	'completion',
	'config:*',
	'db:*',
	'docs',
	'debugbar:*',
	'event:*',
	'env:*',
	'ide-helper:*',
	'install:*',
	'inspire',
	'key:generate',
	'lang:*',
	'list',
	'make:*',
	'migrate:*',
	'model:*',
	'model:prune',
	'notifications:table',
	'optimize:*',
	'package:discover',
	'queue:listen',
	'queue:prune-batches',
	'queue:prune-failed',
	'queue:retry',
	'queue:retry-batch',
	'queue:work',
	'route:*',
	'sanctum:*',
	'serve',
	'schedule:*',
	'schema:dump',
	'session:table',
	'storage:*',
	'stub:publish',
	'test',
	'theme:*',
	'ui:*',
	'vendor:publish',
	'view:*',
	],

];