Download the PHP package lenorix/laravel-job-status without Composer
On this page you can find all versions of the php package lenorix/laravel-job-status. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lenorix/laravel-job-status
More information about lenorix/laravel-job-status
Files in lenorix/laravel-job-status
Package laravel-job-status
Short Description Job status and result made easy and simple
License Unlicense
Homepage https://github.com/lenorix/laravel-job-status
Informations about the package laravel-job-status
Laravel Job Status
Job status and result made easy and simple.
Support us
Support this work in GitHub or get in contact.
Requirements
- PHP 8.4 or 8.3
- Laravel 11.37 or higher (12 included)
Support for older versions is planned, if you can help with that, please open a PR.
Installation
You can install the package via composer:
It requires Laravel 11 or higher, and is tested on 11.37 as lowest version supported.
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
See Laravel doc about pruning models for details.
Usage
In your job class:
And when you dispatch the job:
If you have the ULID:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jesus Hernandez
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-job-status with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.37||^12.0