oskobri/database-translation-sheet

A package that allows you to translate with google sheet your translated models

v0.0.2 2022-06-29 08:50 UTC

This package is auto-updated.

Last update: 2025-09-29 03:06:13 UTC


README

⚠️ Package in development

⚠️ This package requires you use spatie/laravel-translatable trait on your models.

Installation

 $ composer require oskobri/database-translation-sheet --dev  

Configuration file need to be published to add your translated models.

$ php artisan vendor:publish --provider="Oskobri\DatabaseTranslationSheet\DatabaseTranslationSheetServiceProvider" 

TODO:

  • Configuration (Google sheet / models)
  • Usage