ThemeRemove
Console command to remove a theme.
class Cms\Console\ThemeRemove
extends Illuminate\Console\Command
This completely deletes an existing theme, including all files and directories.
Traits
Trait | Description |
---|---|
Illuminate\Console\ConfirmableTrait
|
Properties
protected
$description
:
string
= "Delete an existing theme."
The console command description.
protected
$name
:
string
= "theme:remove"
The console command name.
Methods
public handle () : void
Execute the console command.
Returns
void
protected getArguments () : array
Get the console command arguments.
Returns
array
protected getOptions () : array
Get the console command options.
Returns
array
Copyright © 2023 Winter CMS