how to resources field data in model
I need resources form field data in my model boot method but those field data is not related to that model so i cannot get those data in model attributes how to get those that
3 Replies
Can you please explain what you are trying to do? Because I didn't understand anything
There are some form field in resource which are not related to my model but i need to get those form field data in boot method
Use a filament lifecycle hook instead of a model event