38 lines
1,005 B
YAML
38 lines
1,005 B
YAML
|
name: OptimizeCommand
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Command
|
||
|
type: class
|
||
|
source: Illuminate\Console\Command
|
||
|
- name: AsCommand
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Attribute\AsCommand
|
||
|
properties:
|
||
|
- name: name
|
||
|
visibility: protected
|
||
|
comment: '# * The console command name.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var string'
|
||
|
- name: description
|
||
|
visibility: protected
|
||
|
comment: '# * The console command description.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var string'
|
||
|
methods:
|
||
|
- name: handle
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: "# * The console command name.\n# *\n# * @var string\n# */\n# protected\
|
||
|
\ $name = 'optimize';\n# \n# /**\n# * The console command description.\n# *\n\
|
||
|
# * @var string\n# */\n# protected $description = 'Cache framework bootstrap,\
|
||
|
\ configuration, and metadata to increase performance';\n# \n# /**\n# * Execute\
|
||
|
\ the console command.\n# *\n# * @return void"
|
||
|
traits:
|
||
|
- Illuminate\Console\Command
|
||
|
- Symfony\Component\Console\Attribute\AsCommand
|
||
|
interfaces: []
|