oskobri / database-translation-sheet
A package that allows you to translate with google sheet your translated models
Package info
github.com/oskobri/database-translation-sheet
pkg:composer/oskobri/database-translation-sheet
v0.0.2
2022-06-29 08:50 UTC
Requires
- google/apiclient: ^2.1
- illuminate/console: ^8.0
- illuminate/database: ^8.0
- illuminate/support: ^8.0
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