Rupadana
How to use ViewComponent Class
I've write some livewire class using
php artisan make:livewire HeroSection
than, i include it to other livewire components like this
its work, and im start to extends ViewComponent Class
and now the problem begin, its throw an error Unable to find component: [App\Livewire\HeroSection]
why is this happening?2 replies