monyxie / laravel-collect-translations
Collect translation items from your source code.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/monyxie/laravel-collect-translations
Requires
Requires (Dev)
- orchestra/testbench: ^4.0
This package is auto-updated.
Last update: 2025-09-28 05:53:15 UTC
README
This package provides a command ./artisan translation:collect
to collect all your translation items from your source code.
Installation
$ composer require monyxie/laravel-collect-translations
Usage
$ php artisan translations:collect
Credits
The function that finds the translation items from source are take directly from the barryvdh/laravel-translation-manager package with little modification.