thank you for video Laravel Livewire V3 - What's New, wait for more!
@junjunghasudungan1905 Жыл бұрын
This is awesome, so far i'm learning with Livewire i hope next level can be catch / work with API..
@michaelbarasa1569 Жыл бұрын
By incorporating the create and update PostForm, one is able to update but when they try to create a new post, there is an error (Cannot assign null to property)
@tonyxhepaofficial Жыл бұрын
Add “public ?Post $post”
@adriannicu Жыл бұрын
same for me
@JohnSmith-zg5zz Жыл бұрын
Loving the new Form class but I’m struggling to get some simple like Rule::unique(‘posts’,’field’)->ignore($this->post->id) to work in either the new Rule attribute or the old rules method. I get an Error: property must not be accessed before initialization.
@michaelbarasa1569 Жыл бұрын
Yeah, also having the same issue I think, updating a unique field, like a phone number.
@arunjsr007 Жыл бұрын
Hi, Im using wire:navigate on v3 livewire , but it is not reacting live spa. what to do . Thanks in Adv.
@yannpollet6009 Жыл бұрын
When I add removePost method on postIndex, I have an error with postCounter. It returns a 404 error at deleting post. But if I remove the counter, no problem. Anyone has a solution for that?