Question By
Solved

Creating new volt components

Solved
aarontharker1972

May 11th, 2025 05:12 AM

Whenever I create a new Volt component it is created in the vendor/wave folder rather than in the theme folder?

bobbyiliev

May 12th, 2025 09:56 PM

Hey,

Indeed, I was able to reproduce this locally! I will look into fixing this.

But in the meantime, you can move them manually to the correct directory.

- Bobby

tnylea

May 16th, 2025 07:43 AM

Best Answer

Hey Aaron,

I've went ahead and created a New PR to fix this issue in the latest version of Wave. Here is the PR that you can follow to fix this on your end: https://github.com/thedevdojo/wave/pull/239,

Basically what you'll want to do is to create the new VoltServiceProvider in your providers directory and then add this to the end of the config/app.php providers list.

Thanks!

Report
1
aarontharker1972

May 26th, 2025 05:20 AM

You have also forgotten to set up the FolioSerivceProvider's boot method