Custom Commands Shortcuts

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

  1. /src/Skynet/Console/SkynetConsole.php

Custom command can be added to list by:

  1. $this->addCommand()

method in class constructor.

Custom commands can be defined in Event Listeners also via

  1. registerCommands()

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