call($command, array $parameters = []) | The Laravel Framework Console Kernel
The call method is used to execute an Artisan command from somewhere else in your applications code. It accepts the name of the command via an argument supplied for the $command parameter and an array of $parameters that should be supplied to the...