F
Filament16mo ago
jaocero

Use external API for CRUD functionality

Hi, does anyone know how to implement this in admin panel? Example is I want to use an external api which it has a CRUD endpoints. What I'm gonna do is that I want to use the admin panel for this. My initial idea is that for example in Action I want to add there my api
1 Reply
Dan Harrin
Dan Harrin16mo ago
i wouldnt use a resource. use the form builder and handle everything with livewire on custom pages the table builder can be hooked up to a sushi model to fetch api data