FilamentF
Filament16mo ago
bflip

single record edit

Going off this tutorial: https://laraveldaily.com/post/filament-edit-only-single-record-custom-page
I have a working form on my FilamentPage. However the related select field doesn't populate.

This all works great in the actual admin Resource. But not on the other side where a user logs in to edit one record.
Solution
->model($this->user);
Was this page helpful?