dispatch
laravel-shift/factory-generator
The
dispatch
function pushes the given
job
onto the Laravel
job queue
:
<?php dispatch
(new
App\Jobs\SendEmails
);