dispatch
<?php dispatch(new App\Jobs\SendEmails);
<?php $parts = array_merge([$command, $package], $extraParams); dispatch(new RunComposer($this->prepareProcessArguments($parts), $this->getCacheKey($package))); }