Posts by diegoaraujo • 11 points
1 post
-
1
votes1
answer276
viewsA: Webservice error on Laravel 5.7
According to the documentation, here you are the correct way to call a command in a route/controller, e.g.: $exitCode = Artisan::call('email:send', [ 'user' => 1, '--queue' => 'default' ]);…