Update Dashboard Controller
I am trying to update the logic for the user dashboard in wave. I can see the dashboard route under the web.php file that leads to the DashboardController but I am unable to locate this folder in the Controllers folder.
How does one go about editing the Dashboard Controller that is utilized?
The DashboardController
is located under wave/src/Http/Controllers/DashboardController.php.
















Thank you! I was looking in a different controllers folder
The wave
directory contains nearly all, if not all files related to Wave. The app
directory should contain your application specific files, just like a normal Laravel application.