darthsoup/laravel-translation-extended

0.1.0 2020-10-26 01:05 UTC

This package is auto-updated.

Last update: 2024-05-17 07:47:29 UTC


README

Latest Stable Version phpunit License

Installation

Install the package through Composer.

Run the Composer require command from the Terminal:

composer require darthsoup/laravel-translation-extended

Run composer update to pull in the files.

After pulling the files open your config/app.php file and replace Illuminate\Translation\TranslationServiceProvider::class with DarthSoup\TranslationExtended\TranslationServiceProvider::class in the Service Provider Section.

Run the Assets publish command from the Terminal: php artisan vendor:publish --provider=DarthSoup\TranslationExtended\TranslationServiceProvider

Support

Please open an issue in github

License

This package is released under the MIT License. See the bundled LICENSE file for details.