Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

amitshrestha221's avatar

Validation messages in Nova + Tenancyforlaravel package

Bug description

I am facing issue with the validation library while using tenancyforlaravel package.

I am getting raw validation messages like :


[
    "mobile" : [
          "validation.required"
    ]

]


instead of The field mobile is required.

Is this a known issue or did I missing something in the package?

Any idea would be appreciated.

Steps to reproduce

Just facing in every validation.

Expected behavior

Expected pretty formatted validation messages.

Laravel version

9.5

stancl/tenancy version

3.5

0 likes
0 replies

Please or to participate in this conversation.