Paweł Wawrzyniak
Translate the modal
Is it possible to set a value from validation.php instead of putting a hardcoded string each time?
If I use
->rules(['required')
then I will get the value from validation.php file, but struggle to find a solution when validation is in HTML510 replies
Filter not apply for the pivot table
I used
whereHas
instead of join
and now it works
inspirations come from https://discord.com/channels/883083792112300104/1315476942451118080/13154769424511180803 replies
Scope for the Panel
Thanks for your answer.
I am not sure, I have a structure where a logged user can manage many organizations, and an Organization has many places to manage, e.g. addresses, and employees. I am looking at something like context, because when the user is logged in then he can switch context (organization) and see only addresses employees for the organization.
6 replies