how to create a page with a table to list clients

Hi which tutorial i can follow to create a new page on filament named Clients, and when i click it should show a data table (i already got my db in mysql with data) how i can show exactly all records from that mysql table into a data table in filament? thank you
Solution:
Filament works with Laravel's ORM "Eloquent". You need to define models which will be mapped to an SQL query.
Jump to solution
2 Replies
agaitan026
agaitan0262mo ago
i followed this https://filamentphp.com/docs/3.x/panels/resources/getting-started but how i tell i want to select * from a specific table?
Solution
Dennis Koch
Dennis Koch2mo ago
Filament works with Laravel's ORM "Eloquent". You need to define models which will be mapped to an SQL query.
Want results from more Discord servers?
Add your server