darthsoup / laravel-translation-extended
0.1.0
2020-10-26 01:05 UTC
Requires
- php: ^7.2.5
- ext-json: *
- illuminate/contracts: ^7|^8
- illuminate/filesystem: ^7|^8
- illuminate/support: ^7|^8
Requires (Dev)
- mockery/mockery: ~1.3
- orchestra/testbench: 5.x
- phpunit/phpunit: ~8.0
This package is auto-updated.
Last update: 2024-10-17 08:44:37 UTC
README
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.