<Λmir>
how to update another model instead of updating current resource?
I recommend handle this in the Model level.
You may use an Eloquent observer and the
updating
/updated
method.
You also can check weather specific field has been updated by using wasChanged
.
Note: The updating
/updated
methods will not called at all when no fields has been changed.12 replies
Using Tailwind
You should make a filament theme first, then configure your panel to use it by
viteTheme
in your panel provider.
https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme5 replies