bweston92 / laravel-language-overrides
For non-tracked language over-rides.
Installs: 393
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bweston92/laravel-language-overrides
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\TranslationServiceProvider
fromconfig/app.php
providers array. - Add
BW\TranslationOverrider\ServiceProvider
fromconfig/app.php
providers array.