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!