Creating new volt components
Whenever I create a new Volt component it is created in the vendor/wave folder rather than in the theme folder?
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
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!
















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