van-ons / laravel-translations-sync
A package that synchronizes translations between your Laravel project and a provider.
Requires
- php: ^8.0
- google/apiclient: ^2.17
- illuminate/console: ^9.0|^10.0|^11.0
- illuminate/support: ^9.0|^10.0|^11.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64
- orchestra/testbench: ^7.0|^8.17|^9.0
- phpstan/phpstan: ^1.12|^2.0
README
Laravel Translations Sync
A package that synchronizes translations between your Laravel project and a provider.
Quick start
Requirements
Dependency | Minimum version |
---|---|
PHP | 8.0 |
Laravel | 9.0 |
Installation
First, install the package via Composer as dev dependency:
composer require van-ons/laravel-translations-sync --dev
Then, publish the configuration file:
php artisan vendor:publish --tag="translations-sync-config"
Next, follow the configuration steps to set up the configuration file and providers.
Usage
You can execute the synchronization command by running:
php artisan lang:sync
See Basic usage for more information.
Documentation
Please see the documentation for detailed information about installation and usage.
Contributing
Please see contributing for more information about how you can contribute.
Changelog
Please see changelog for more information about what has changed recently.
Upgrading
Please see upgrading for more information about how to upgrade.
Security
Please see security for more information about how we deal with security.
Credits
We would like to thank the following contributors for their contributions to this project:
License
The scripts and documentation in this project are released under the MIT License.