Table query from api
Is it possible to use the getTableQuery function via an api ?
I use a mongoDB database but the laravelMongo extension is no longer maintained (laravel 9) so I was thinking of using a node.js proxy to make the connection between the laravel and the mongo. Is this possible ?
Solution:Jump to solution
Maybe this can help
https://filamentphp.com/community/how-to-consume-an-external-api-with-filament-tables...
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.
2 Replies
Solution
Maybe this can help
https://filamentphp.com/community/how-to-consume-an-external-api-with-filament-tables
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.
thanks you, it will help me