PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

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.