tusimo/laravel-closure-job

function helper to dispatch a closure job

Installs: 2 108

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/tusimo/laravel-closure-job

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

This package is not auto-updated.

Last update: 2025-10-12 11:26:39 UTC


README

a helper function to dispatch a closure job

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