Executing Commands From Other Artisan Commands | Command Interoperability and Laravel Artisan Applications
…hods for interoping with other Artisan commands: the call($command, array $arguments = []) and callSilent($command, array $arguments = []) methods. Both methods accept the name of the Artisan command to call (via an argument supplied to the...