Hi everyone,
I’m farily new to Livewire, and I want to use it for my nex project. Also, and because it will be pretty big, I want to code it based on Domain Driven Development.
So I would like to move Livewire components into each appropriate folder, to keep everything neat and tidy.
And when I do, I got the following error message:
The "app/Http/Livewire" directory does not exist.
That makes sense, because I moved my components from this folder.
But how can I load Livewire components from multiple folders?
Thank you!