Dennis Koch
call to a member function relation() on null
Please put some effor in formatting your code ( #✅┊rules )
why do i get call to a member function offer_order() on nullThe error says
relation()
on null. Where is this Repeater used? On an create/edit resource page on inside the panel?8 replies
Trim Text Inputs
I would've thought this would have been automatic because of the Laravel TrimStrings middleware but I can still added whitespace characters before and after the string and they still save.Strings aren't trimmed in Livewire because it would break the "live" mode
6 replies