This is the documentation for
v1.6.
You can switch versions in the menu on the left/at the top.
Check your current version with the following command:
composer show mateusjunges/trackable-jobs-for-laravel
To install this package, you must be running php v8.0 or higher, as well as laravel v9.x or higher.
Use composer:
composer require mateusjunges/laravel-trackable-jobs
You can publish the configuration file and the migration with this command:
php artisan vendor:publish --tag=trackable-jobs-assets
Run php artisan migrate
to migrate the table needed by this package, and now you are good to go!