patryqhyper/laravel-translation-checker

Library to show all missing translations within your Laravel project

Maintainers

Package info

github.com/PatryQHyper/laravel-translation-checker

pkg:composer/patryqhyper/laravel-translation-checker

Statistics

Installs: 429

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.2 2026-03-21 22:32 UTC

This package is auto-updated.

Last update: 2026-03-21 22:32:46 UTC


README

Library to show all missing translations within your Laravel project.

Installation

composer require patryqhyper/laravel-translation-checker

Publish config

php artisan vendor:publish --tag=translation-checker-config

Usage

php artisan translations:check

This command will return in terminal missing translations for specific locales.

If you didn't disable save_error_log_file option in config, it will also save error log in storage/logs directory.

Important information

There is no support for .json files yet. Only directory-based translations are supported. Feel free to contribute.