joshbenham
Ability to Extend Resource with Hooks?
I am reading through the documentation and I am trying to work out if it is possible to extend Resources with some form of Hook or Event.
For example I have one package that I want it to inject data into another package.
i.e.
Package 1 = UserResource
Package 2 = Address where we want to inject these fields into UserResource
I know how we can do it manually but was wondering if there are any Hooks built into Filament which can handle this?
16 replies