bweston92 / laravel-language-overrides
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v0.1) of this package.
For non-tracked language over-rides.
Package info
github.com/bweston92/laravel-language-overrides
pkg:composer/bweston92/laravel-language-overrides
v0.1
2015-03-25 09:07 UTC
Requires (Dev)
- illuminate/filesystem: ~4.0
This package is not auto-updated.
Last update: 2018-08-23 18:48:38 UTC
README
This package is basically due to my company wanting a language manager in our application, with-out tracking the changes.
Installation
- Make a folder that's not tracked in the git repository or out of the applicatin directory for all it matters.
- Put that path inside Laravel's paths bootstrap with a key as
language-overrides. - Remove
Illuminate\Translation\TranslationServiceProviderfromconfig/app.phpproviders array. - Add
BW\TranslationOverrider\ServiceProviderfromconfig/app.phpproviders array.