Update our command classes to follow a common convention. Including:
- Update to inject via the
handle method (Advised approach in Laravel docs).
- Standardise how response codes are returned (And ensure they are) (int vs
SymfonyCommand::[SUCCESS/FAILURE]).
- Laravel internal commands appear to just use ints, is probably the cleaner option.
Update our command classes to follow a common convention. Including:
handlemethod (Advised approach in Laravel docs).SymfonyCommand::[SUCCESS/FAILURE]).