I have installed ivewire/livewire package with composer require command on my breeze app. Then I have tried to use guides from laravel.com/docs/10.x/frontend#livewire and laravel-livewire.com to implement it and see how it works.
Why is not any XHR sending? And only the default value is presented.
What do I have to do extra?
@jlrdw yes, I have looked deeper and in here laravel-livewire.com/docs/2.x/quickstart#add-counter I found some extra code and I don't know what should I do with it .
Should I add this @livewireScripts to my layout or a view? Im new in frontend
@jlrdw Well... i have only read what i have told i have read. So why in the quickstart section, there are no such things that present is in your section?