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 use UUIDs with this package, the only additional configuration you need to do is change the using_uuid
to true
, in config/trackable-jobs.php
.
Then it will automatically start using UUID's to store the tracked jobs and, if the model related to the tracked job
also uses UUID, it will be stored to the database in the trackable_id
field.