In my use case, I had moved the Profile directory in a Application directory to separate these from a Dashboard directory.
As Jetstream hardcoded Profile/Show within its UserProfileController@show I understood I couldn't and dived into the documentation to find out two things :
Should it be possible AND interesting to suggest a PR giving the Jetstream::profileView() or Jetstream::teamsView() and other next static methods and enabling the customization of Jetstream views in the Fortify way ?
In my use case, I had moved the
Profile
directory in aApplication
directory to separate these from aDashboard
directory.As Jetstream hardcoded
Profile/Show
within itsUserProfileController@show
I understood I couldn't and dived into the documentation to find out two things :This won't help modifying the page path of course, but next, we have this :
Indeed related to Fortify.
Should it be possible AND interesting to suggest a PR giving the
Jetstream::profileView()
orJetstream::teamsView()
and other next static methods and enabling the customization of Jetstream views in the Fortify way ?Sorry if I maybe missed something.