CRUD in filament using 3rd party API

I have another application built on Laravel and I want to make an admin panel for that application using Filament as a different APP but I want to use the same DB using API. Is there any method for this?
4 Replies
Vp
Vp5mo ago
Filament
How to consume an external API with Filament Tables by Leandro Ferr...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
Abhishek
Abhishek5mo ago
@Vp Is there any way to save update and delete records using api
Vp
Vp5mo ago
#rupadana-api-service maybe this one.. but I am not sure and I don't know other than this 🤣
jha_abhishek
jha_abhishek5mo ago
I have got the solution. Thanks @Vp