For additional information about the Queue read the Laravel Queue documentation.
use Illuminate\Support\Facades\Queue;
use App\Jobs\ExampleJob; Queue::push(new ExampleJob());