You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not yet upgrade my Laravel and Lumen projects to version 9, but I did prepare my Laravel and Lumen packages for it.
The upgrade guide recommends to set the path for package language files with app()->langPath() instead of hard-coding it. I changed that and did now a simple composer update in my Lumen project (still version 8) and it broke, because its Application class does not contain a langPath() method. I'm surprised version 9 of the framework doesn't either.
Steps To Reproduce:
In your Lumen project, pull in a Laravel/Lumen package with the following service provider: