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

Unsolved

Guide how to create a CRUD with Wave

hserrouya

Jan 20th, 2025 06:36 AM

Hi, can you please help me to find a guide or Video that explain how to create a CRUD section with Wave with form and role?

Thanks

bobbyiliev

Jan 20th, 2025 08:28 AM

Hi there,

A good first step will be this guide here from the Wave docs:

Wave: Your Functionality Guide

This example covers how to create a projects page where users can view, add, or delete projects.

Let me know if this works for you!

hserrouya

Jan 20th, 2025 11:23 AM

Hi, Thanks for your answer.

I did exactly what the guide teach but I'm getting this:

Can you tell me what is the problem?Screen Capture 042 - Wave - The Software as a Service Starter Kit built with Laravel - findig.test.jpg

bobbyiliev

Jan 21st, 2025 12:47 AM

Hi there,

Can you try running: php artisan view:clear.

That should fix it!

Let me know how it goes!