Join 3 tables
I want to write a query that joins 3 tables in filament that are less related
4 Replies
Thats what I had before I want to convert it to filament
// Return the response as JSON, with data as an array of items
return response()->json(['data' => $ledgerArray]);
Table Builder uses Eloquent. If you want to use a custom data, check the sushi package
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.
Thank you let me check it out