rinvex / laravel-support

Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
https://rinvex.com
MIT License
74 stars 71 forks source link

Wrong locale #56

Closed afshiney closed 3 years ago

afshiney commented 3 years ago

Hey there, I've encountered an issue that originally happened upon installing laravel-categories package,

When installed, application locale would switch to default "en" and not respond as correct set locale, I tracked down and realized this package as a dependecy for laravel-categories is causing the issue and even when installing it separately as the main root dependency it causes the same issue.

Update: tracked down the issue to be actually initiating from uniquewith-validator

Omranic commented 3 years ago

Hope it's all sorted, please let me know if I can help.