monyxie / laravel-collect-translations
Collect translation items from your source code.
Package info
github.com/monyxie/laravel-collect-translations
pkg:composer/monyxie/laravel-collect-translations
dev-master
2019-10-27 16:03 UTC
Requires
Requires (Dev)
- orchestra/testbench: ^4.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-28 07:53:07 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.