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

Transparency log

Statistics

Installs: 2 496

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-07-05 15:31:51 UTC


README

a helper function to dispatch a closure job

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