TranslatableWorkflowerManager is a package that enables management of translation workflows relating to Translatable models. Models requiring translation updates can be batched into jobs and submitted through translation services for processing, and returned translations are imported into the database.
Add the package to your Laravel app using composer
composer require tibbsa/translatableworkflowmanagerThis package is released under the MIT license (MIT).