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.?
1 Comment
Hi @James Pence, see the Waterhole skeleton project for an example of how WaterholeServiceProvider should look - importantly it needs to extend
Waterhole\Extend\ServiceProvider
.