Looking to hire Laravel developers? Try LaraJobs

laravel-translatetable maintained by nietthijmen

Description
import & export your laravel translations to a excel spreadsheet
Author
Last update
2026/04/21 01:05 (dev-dependabot/github_actions/dependabot/fetch-metadata-3.1.0)
License
Downloads
0

Comments
comments powered by Disqus

Laravel translations to excel 📋

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Have you ever gotten 90 e-mails about changing a single translation from a customer? I have, So with this package you can give the client a easy spreadsheet to work in, the client can easily edit it from excel or google sheets, Finally you import it with 1 command, and you're done!

You can even generate fully new translations with your localisation team without any programming knowledge

Installation

You can install the package via composer:

composer require nietthijmen/laravel-translatetable

Usage:

Generating a spreadsheet

php artisan translations:generate-spreadsheet

Generating translations from your spreadsheet

php artisan translations:from-spreadsheet ~/Downloads/translations.xlsx

Credits

License

The MIT License (MIT). Please see License File for more information.