Currently, I have a custom View file that I want to edit namely, dashboard.php.
I thought the best practice is to use a module to do so.
I've created the module and tried adding the view, however, I'm finding it difficult to figure out the controller that will help me point the system to use the module view and not the View on the system.
Any recommendations for me to try?