04.Custom artisan commands - gruz/fusionpbx-api GitHub Wiki
Here we just list commands custom Laravel artisan commands.
It's not possible to document everything here by now, as the commands are actively developed. So to see the syntax and options use php artisan help customcommand
, e.g. php artisan help make:exception
Artisan command | Description |
---|---|
make:exception | Create an Exception |
task:push | Is used as a hook on dialing a number to push a remote device |