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?
1 Reply
You may take a look at Sushi:
https://github.com/calebporzio/sushi
at allows you to use Laravel models without a database
GitHub
GitHub - calebporzio/sushi: Eloquent's missing "array" driver.
Eloquent's missing "array" driver. Contribute to calebporzio/sushi development by creating an account on GitHub.