jbboehr/phpstan-lost-in-translation

Helps find missing translation strings in Laravel applications

dev-master 2025-05-25 05:22 UTC

This package is auto-updated.

Last update: 2025-05-25 05:48:50 UTC


README

ci License: AGPL v3+ stability-experimental

Installation

To use this extension, require it in Composer:

composer require --dev jbboehr/phpstan-lost-in-translation

If you also install phpstan/extension-installer then you're all set!

Manual installation

If you don't want to use phpstan/extension-installer, include extension.neon in your project's PHPStan config:

includes:
    - vendor/jbboehr/phpstan-lost-in-translation/extension.neon

References

This project is based on and inspired by coding-socks/lost-in-translation.

License

This project is licensed under the AGPL v3+ License - see the LICENSE.md file for details.