Update Dashboard Controller

Solved
meaghanpsavage

Jan 23rd, 2023 10:26 AM

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?

thinkverse

Jan 23rd, 2023 10:49 AM

Best Answer

The DashboardController is located under wave/src/Http/Controllers/DashboardController.php.

Report
1
meaghanpsavage

Jan 23rd, 2023 10:51 AM

Thank you! I was looking in a different controllers folder

thinkverse

Jan 23rd, 2023 11:08 AM

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.