Export your translations to many outputs.
larswiegers/translation-export-for-laravel is a Laravel package for export your translations to many outputs..
It currently has 0 GitHub stars and 0 downloads on Packagist.
Install it with composer require larswiegers/translation-export-for-laravel.
Discover more Laravel packages by larswiegers
or browse all Laravel packages to compare alternatives.
Last updated
This package allows you to export your Laravel translations to JSON files.
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
You can install the package via composer:
composer require larswiegers/translation-export-for-laravel
Export all translations for a single language:
php artisan translations:export en
Export all translations for all languages, each to their own file:
php artisan translations:export
Export all translations for all languages to a single file:
php artisan translations:export --all
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.