Volt support?
#1959
Replies: 2 comments
-
They don't appear to be, when using Livewire we rely on laravel-modules-livewire package. I've opened an issue there to see if we can have volt support. It may be possible to manually bind the components in the server provider. mhmiton/laravel-modules-livewire#51 I'm going to try and see if I can manually get it working. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This works: So in the service provider: Volt::mount(Module::getModulePath($this->moduleName).'resources/views/livewire'); then have a path like Then a route like: Volt::route('/contact', 'base.contact'); The reason to add a folder the same as the module is to avoid conflicts so you can do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Volt components are not working for me, are they supported in laravel-modules?
https://livewire.laravel.com/docs/volt
Beta Was this translation helpful? Give feedback.
All reactions