oskobri / database-translation-sheet
A package that allows you to translate with google sheet your translated models
Installs: 1 211
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
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