d3v1anX
Saving relationships on livewire Action
Hey @Dennis Koch, thank you for answering - unfortunately the relationships are not saved automatically on livewire components - at least on my end.
All other stuff is saved correctly - but not the relationship.
Just for completation:
My Page model has relation belongsToMany:
and the Team model has also a belongsToMany relation:
9 replies
createOptionUsing on select not called in livewire component
found the problem:
->relationship has much functions inside - including createOptionUsing, which overwrites my own function.
placing "->relationship" on top of "->createOptionUsing" works.. 😄
9 replies
wire:navigate on an Action
Good morning guys - I have the same problem: Added a table to an livewire component, want to
but the extraAttribute will placed to the div like so:
are there any possibilities to add the wire:navigate directly to the a tag?
11 replies
Widget Live form
Oh my god - did the same mistake as in https://discord.com/channels/883083792112300104/1161190672708153465
The test variable must be set as public - only then the "afterStateUpdated" function will be called.
5 replies
dynamic navigation item in panel
unfortunately now auth()->user is null 😄
https://flareapp.io/share/VP6MO6Rm
12 replies