All Projects → renatomarinho → laravel-multi-language

renatomarinho / laravel-multi-language

Licence: MIT License
Scan on language text and updates into application and add or update on language file

Programming Languages

PHP
23972 projects - #3 most used programming language

Laravel Scan-Language-Text

Laravel 5.4 Laravel 5.5 License StyleCI Latest Stable Version Total Downloads

Laravel Scan-Language-Text detect all language texts on application and update on language file to translations.

Instalation

Laravel Scan-Language-Text requires PHP 7.

Require this package with composer using the following command:

$ composer require renatomarinho/laravel-multi-language

Go to your config/app.php and add the service provider:

// 'providers' => [
    RenatoMarinho\LaravelMultiLanguage\MultiLanguageServiceProvider::class
// ],

Usage

Just call the artisan command:

php artisan multi-language:update

License

Laravel Multi-Language is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].