Closed T3mmyKay closed 7 months ago
@T3mmyKay Please update this package to v3 and try again.
I am trying to use livewire volt with modular namespace
Volt::route('units',
'products::units')->name('units.index');`
I am getting component not found
@T3mmyKay You can try with the component's full class name. Like this -
Volt::route('about', Modules\Blog\Livewire\Pages\AboutPage::class);
I am trying to use this package, I didn't change the config in order to avoid errors but when I am trying to use full page components, I keep getting invalid route action. This is my class component.
The web.php of my module. I am using laravel 11 along with the latest version of laravel modules