Search by

bweston92 / laravel-language-overrides

bweston92

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

Statistics

Installs: 393

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1 2015-03-25 09:07 UTC

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 from config/app.php providers array.
  • Add BW\TranslationOverrider\ServiceProvider from config/app.php providers array.