laravel-logger
laravel-logger copied to clipboard
Laravel 9 default lang directory has moved
trafficstars
Hey!
Not a bug, more of a heads-up.
Please note that in Laravel 9 /resources/lang has moved to just /lang. If I'm not mistaken this package installs to the old path still, which potentially creates confusion for Laravel and/or the developer, because they might re-create / create the old /resources/lang directory again which Laravel will then start to use.
See for example https://stackoverflow.com/questions/71084830/laravel-9-app-upgraded-from-8-lang-directory-not-working-as-expected for more details.
Can you make a pr and I will approve. Thank you 🙏