Best way to handle edit page for specific id
Let's say I have a model Company and each user has 1 company. What is the best way to add a page/resource where the user can only access a form that will let them edit and save their company details? I don't want the user to be able to have a list/create/etc..
2 Replies
make a custom page
@trideetztz took a few days but @krekas wrote a detailed tutorial on how to do it, I just published it: https://laraveldaily.com/post/filament-edit-only-single-record-custom-page
Laravel Daily
Filament: Edit Only Single Record with Custom Page