laravel-translation-extended maintained by darthsoup
Author
Last update
2021/01/17 01:48
(dev-next)
License
Downloads
0
Laravel Translation Extended (wip)
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.