colomuller91 / laravel-lang-pusher
Adds a command for push new translations for Laravel
dev-master
2024-02-26 14:50 UTC
Requires
- php: ^8.0
- illuminate/console: ^v8.0 | ^v9 | ^v10
- illuminate/filesystem: ^v8.0 | ^v9 | ^v10
- illuminate/support: ^v8.0 | ^v9 | ^v10
- symfony/var-exporter: *
This package is not auto-updated.
Last update: 2024-11-19 00:22:56 UTC
README
This package allows you to add language translations in the simplest way via artisan CLI and avoiding search between big arrays.
How to install?
Just install the package via composer
composer require --dev colomuller91/laravel-lang-pusher
And try the extensions:
php artisan make:translation
Support
For newest version of laravel, this extension supports new laravel prompts, older versions only works with normal artisan prompts.