monyxie / laravel-collect-translations
Collect translation items from your source code.
dev-master
2019-10-27 16:03 UTC
Requires
Requires (Dev)
- orchestra/testbench: ^4.0
This package is auto-updated.
Last update: 2025-02-28 04:30:43 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.