monyxie/laravel-collect-translations

Collect translation items from your source code.

dev-master 2019-10-27 16:03 UTC

This package is auto-updated.

Last update: 2024-04-28 02:37:54 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.