Looking to hire Laravel developers? Try LaraJobs

laravel-collect-translations maintained by monyxie

Description
Collect translation items from your source code.
Author
Last update
2019/10/27 17:03 (dev-master)
License
Links
Downloads
4

Comments
comments powered by Disqus

laravel-collect-translations

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.