ThemeUse
Console command to switch themes.
class Cms\Console\ThemeUse
extends Illuminate\Console\Command
This switches the active theme to another one, saved to the database.
Traits
Trait | Description |
---|---|
Illuminate\Console\ConfirmableTrait
|
Properties
protected
$description
:
string
= "Switch the active theme."
The console command description.
protected
$name
:
string
= "theme:use"
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