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 ?
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
Maybe this can help
https://filamentphp.com/community/how-to-consume-an-external-api-with-filament-tables
https://filamentphp.com/community/how-to-consume-an-external-api-with-filament-tables
Filament
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.