Custom Commands Shortcuts

Skynet offers quick shortcut commands list above webconsole.
This list is hardcoded but you can add here your own commands in:

/src/Skynet/Console/SkynetConsole.php

Custom command can be added to list by:

$this->addCommand()

method in class constructor.

Custom commands can be defined in Event Listeners also via

registerCommands()

method.
Full API Documentation is included in Skynet packages available on GitHub.