Theres a nice break down of the Extend::SiteHeader and the names of sections.
I've looked into the documentation and have yet to see a breakdown of other components.
I'm particularly looking for the Extend that will allow me to change the display and function of the "Create a Post" button.
James Pence
James Pence's Posts
The event service provider is listening at the same time that my base application is listening
Registered::class => [SendEmailVerificationNotification::class]
This causes double emails to be sent when a user registers in the base application.
Customizing the waterhole interface.
In the Customization doc there are references to adding the the extend function in "app/Providers/WaterholeServiceProvider.php".
I've presumed this change would be in the base Laravel Application, where I created a file and added it to the providers array in config/app.php
I have yet to get the interface to change at all. Is there an example codebase that has extended to change the header bar to have different links.?
Seemless Laravel (11) user integration
Hello,
I'm looking for a suggested solution to prevent having a Create Account form show, I'd rather the user already managed by the base application be allowed, based on permission, to have a proper user automatically in the waterhole authorization system..
I was thinking of having a middleware run for the Waterhole routes that will add the desired user to the waterhole users table in the case of accessing with a "new" Laravel user. Unless there is something already in waterhole that has eluded me so far.
Thank you,
James