van-ons/laravel-translations-sync

A package that synchronizes translations between your Laravel project and a provider.
3,919
Install
composer require van-ons/laravel-translations-sync
Latest Version:v0.6.0
PHP:^8.0
License:MIT
Last Updated:Sep 14, 2026
Links: GitHub  ·  Packagist
Maintainer: vanons

Laravel Translations Sync

Latest Version on Github Total Downloads Github issues License Plumb score

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.


Related Packages

swiftyper/laravel-fbt-sync

Extension for automatic deployment of fbt framework translations for Laravel

2,324 0
barryvdh/laravel-translation-manager

Manage Laravel Translations

4,060,841 1,701
vsch/laravel-translation-manager

Enhanced Laravel Translation Manager

191,586 183
arcanedev/laravel-lang

Translations manager and checker for Laravel 5 based on 'caouecs/laravel4-lang'...

71,636 70