shepp/laravel-translation-report

Generate a CSV report of missing translations in a Laravel project

Maintainers

Package info

github.com/Luke-Shepp/laravel-translation-report

pkg:composer/shepp/laravel-translation-report

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2022-09-27 13:16 UTC

This package is auto-updated.

Last update: 2026-03-27 21:18:59 UTC


README

This package registers an Artisan Command to produce a simple CSV report of missing translations between languages.

Basic usage:

php artisan translation:report

To exclude specific files, use one or more --exclude:

php artisan translation:report --exclude=notme.php --exclude=orme.php