Skip to content

HELMAB/trans-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trans-Message

Google Translation Message

A simple translate laravel command.

Latest Stable Version Total Downloads Latest Unstable Version License

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

About

A simple translate laravel command.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages