Using $panel->profile() with normal Page
is there a good way to extend the
EditProfile
page to bring it into a normal panel page layout? id like to use the ->profile()
panel functionality but I get screamed at over route stuff if I pass a normal Page to it and EditProfile its self has some goodies in it for handling saving, etc. so I kind of want to use it. mainly just have too much user profile data to make it look good on the SimplePage layout so getting kind of trolled π©5 Replies
Possibly with the static
$layout
property but I'm not sure if that would cause other issues.it sort of works using
filament-panels::components.layout.index
. i need to figure out how to get rid of/change https://i.imgur.com/uT9sJch.png β i see getLabel() but it only changes "Profile", not sure where back is coming from. i assume the EditProfile viewnice got it thank you
1. Make a regular page for your profile.
2. Use this in your panel:
nice find, i just replied with another technique for doing the profile page its self in the other thread
weird timing π