shepp/laravel-translation-report

Generate a CSV report of missing translations in a Laravel project

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/shepp/laravel-translation-report

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

This package is auto-updated.

Last update: 2025-09-27 20:24:31 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