Laravel 10 – Livewire wire:clicks won't work
I'm using Livewire 2.12 and Laravel 10.10. I have a problem in Livewire, when I'm clicking on the sign in button, the "login" function in the Login.php component is not executed. Could the reason be that I'm using the "@yield('content')"…