Laravel – How to integrate filament to existing API app
I have a production ready API with laravel 11 and 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 models.…