tusimo/laravel-closure-job

function helper to dispatch a closure job

Maintainers

Package info

github.com/tusimo/laravel-closure-job

pkg:composer/tusimo/laravel-closure-job

Statistics

Installs: 2 302

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.1 2018-08-01 08:37 UTC

This package is not auto-updated.

Last update: 2026-03-01 13:26:21 UTC


README

a helper function to dispatch a closure job

dispatch_closure(function() {
    //code here
});