Configure UUID support and migrations
masterThe package supports UUID primary keys and polymorphic relations. For fresh installs, it is recommended to use the process-approval:install command, which handles publishing migrations and updating the configuration automatically.
To install with UUID support:
php artisan process-approval:install --uuidsIf you need to overwrite existing published files, add the --force flag:
php artisan process-approval:install --uuids --forceNote: If you choose to publish migrations manually using vendor:publish, you must set load_migrations to false in your process_approval.php config file to prevent duplicate migration attempts.