Using model without database
Is it at all possible to do this Is it at all possible to use a model that isn't backed by the database within Filament resources?
I am implementing a user management system for LDAP, using ldaprecord package. This supplies models, which have all the functions of an eloquent model, except they're obviously not database backed.
Is it at all possible to achieve this simply using resources, rather than custom pages, or am I going to have to do custom pages to achieve this?
I am implementing a user management system for LDAP, using ldaprecord package. This supplies models, which have all the functions of an eloquent model, except they're obviously not database backed.
Is it at all possible to achieve this simply using resources, rather than custom pages, or am I going to have to do custom pages to achieve this?