Closed zloadmin closed 1 year ago
@zloadmin You can try these changes -
'view' => '123Modules/Dashboard/Resources/views/livewire',
to
'view' => 'Resources/views/livewire',
Please check on the example repository - https://github.com/mhmiton/laravel-modules-livewire-example
I have the module Dashboard in the folder Modules/Dashboard Config file in config/modules-livewire.php
I cannot change the view folder. I added prefix 123 in config values but anyway I don't get error.
My route
file resources/views/layouts/app.blade.php
file Modules/Dashboard/Resources/views/livewire/pages/user-page.blade.php
What I got in page /dashboard/user
I tried with the default config, with custom_modules and without it, settings in the config file were ignored.
How to set a view folder for a specific module?
Thanks.