A Livewire component was not found after creating a component in a custom path
问题 As stated in the docs, you can create a component in a custom path, which is different from the default views/livewire/ and Http/Livewire . Just for the sake of better organization, I created subfolders: $ php artisan make:livewire tutorial/counter So I got my files in the following paths: views/livewire/tutorial/counter.blade.php Http/Livewire/Tutorial/Counter.php To test the component in a view, I created a /livewire/tutorial/welcome.blade.php which has the following: <!DOCTYPE html> <html