© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
20 replies
AgonK

how to integrate existing APIs with filament

I have existing API app that I use for mobile applications. I want to integrate filament for some pretty views, but I want to integrate filament (create,update,list) with my existing API and not to default filament CRUD operation directly with eloquent models. For example I want to send submit form to my API p.s

Route::post('/teachers', [TeacherController::class, 'store']);

and edit to

Route::put('/teachers/{id}', [TeacherController::class, 'update']);

is it possible ? if Yes how can I do it, because Im not familiar with filament.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Integrate filament with jetstream
FilamentFFilament / ❓┊help
3y ago
How to integrate filament v3 with stored procedure
FilamentFFilament / ❓┊help
3y ago
How can integrate Socialite in Filament
FilamentFFilament / ❓┊help
14mo ago
How to integrate Laravel Policy in filament v4?
FilamentFFilament / ❓┊help
6mo ago