jeremykenedy / laravel-logger

An out the box activity logger for your Laravel or Lumen application. Laravel logger is an activity event logger for your laravel application. It comes out the box with ready to use with dashboard to view your activity. Laravel logger can be added as a middleware or called through a trait. This package is easily configurable and customizable. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, and 7+
MIT License
578 stars 120 forks source link

Laravel 9 default lang directory has moved #151

Open effeks opened 1 year ago

effeks commented 1 year ago

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.

jeremykenedy commented 6 months ago

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