Filament v3 Resource does not fill the Edit form
Hello i integrated the Filament package into a existing Laravel 10 project.
When i followed the guide for the panels i discovered that after i have created a Resource ( when i filled the logic for the Table ) it doesn't fill the Edit form with the selected record.
My table looks like this (from the docs and demo on github )
And my Edit page is almost blank
Was looking around found some were doing with the
But didn't make a difference
So what do i need to do to fill my Edit form with the selected record ?
When i followed the guide for the panels i discovered that after i have created a Resource ( when i filled the logic for the Table ) it doesn't fill the Edit form with the selected record.
My table looks like this (from the docs and demo on github )
And my Edit page is almost blank
Was looking around found some were doing with the
->record() method so i tried But didn't make a difference
So what do i need to do to fill my Edit form with the selected record ?