mcamara / laravel-localization

Easy localization for Laravel
MIT License
3.38k stars 515 forks source link

Error in v1.6 #747

Closed mikemand closed 4 years ago

mikemand commented 4 years ago

Describe the bug Laravel didn't introduce Illuminate\Support\Env until v6. Currently, if your package is installed in a Laravel 5.8 LTS application, it doesn't work.

To Reproduce Steps to reproduce the behavior:

  1. Create a Laravel 5.x application.
  2. Install this package at the latest version acceptable (currently 1.6).
  3. Try to use Artisan or view any pages.

Expected behavior There should be no errors.

More info:

PoLaKoSz commented 4 years ago

I think it's fixed in #750 (v1.6.1) now.

mikemand commented 4 years ago

Thanks! That looks like it did it.