class IgniterUpdate extends Command

Console command to perform a system update.

This updates TastyIgniter and all extensions, database and files. It uses the TastyIgniter gateway to receive the files via a package manager, then saves the latest version number to the system.

Properties

protected $name

The console command name.

protected $description

The console command description.

Methods

handle()

Execute the console command.

getOptions()

Get the console command options.

Details

at line 30
handle()

Execute the console command.

at line 105
protected getOptions()

Get the console command options.