helmab / trans-message
Translate message the Laravel project
1.0.0
2020-07-12 14:05 UTC
Requires
This package is auto-updated.
Last update: 2024-10-16 13:57:02 UTC
README
Google Translation Message
A simple translate laravel command.
Installation
composer require helmab/trans-message
Register TransMessageServiceProvider
class into config/app.php
<?php return [ /* * Package Service Providers... */ Helmab\TransMessage\TransMessageServiceProvider::class, ];
Usage
php artisan helmab:trans-message "I love Laravel Framework" en ko
To get message error format, please add error
argument at the end
php artisan helmab:trans-message "I love Laravel Framework" en ko error
Credit
License
This package is open-sourced software licensed under the MIT license