diff --git a/config/livewire.php b/config/livewire.php index 4638eed..17deaae 100644 --- a/config/livewire.php +++ b/config/livewire.php @@ -27,7 +27,7 @@ | */ - 'view_path' => resource_path('views/widgets'), + 'view_path' => app()->templatePath('widgets'), /* |--------------------------------------------------------------------------