Closed Sacerdoss closed 4 years ago
Same here @ Laravel 5.5
This is only temporary solution or final one?
It's happened by this commit #745 . Illuminate\Support\Env
the class was added from Laravel 6.0, so in before version it cannot be found.
Laravel 8.0 still keep env()
helper function, maybe laravel-localization
next fix version make it back is better.
plase fix this !!!
we have fixed with just forcing version 1.3 instead of pattern ^1.3 in composer.json for laravel 5.6
and future updates? :(
Same issue here!
Tested on Laravel 5.8 requiring "mcamara/laravel-localization": "^1.3" fails with the latest commit fdb68d2a1f09c852e557420a1688dec038311938
If anyone is having the same problem. You can temporarily use the version before the latest commit by specifying an explicit commit hash to composer.json like so: