laravel-logger icon indicating copy to clipboard operation
laravel-logger copied to clipboard

Laravel 9 default lang directory has moved

Open effeks opened this issue 2 years ago • 1 comments
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.

effeks avatar Jan 25 '23 11:01 effeks

Can you make a pr and I will approve. Thank you 🙏

jeremykenedy avatar Mar 14 '24 13:03 jeremykenedy