Looking to hire Laravel developers? Try LaraJobs

laravel-translation-extended maintained by darthsoup

Last update
2021/01/17 01:48 (dev-next)
License
Links
Downloads
0

Comments
comments powered by Disqus

Laravel Translation Extended (wip)

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.