nWidart Modules Listing via Table
Hello, I would like to display the modules that are installed in a kind of table (like here https://demo.filamentphp.com/blog/links ). For this I would have to use Module::all();. How can I display this as this is not a model that is designed for this? The resulting entries are arrays with objects inside
4 Replies
you would have to use Sushi if it is not an Eloquent Model.
nope Module::all returns an Array
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.
That’s the one.