skip to Main Content

Pass data from Ajax to controller in Laravel

`<button type="button" class="btn btn-primary refund-initiate-btn" data-prn="{{ $item->PRN }}" data-rpptxnid="{{ $item->RPPTxnId }}" data-amount="{{ $item->AMOUNT }}" style="width: max-content;">Refund Initiate</button>` I have this button contain all the value which i want to show on controller so for this first i call a ajax…

VIEW QUESTION

Laravel – Error while installing livewire 3 through composer

I have some problems with installing livewire 3 package, I am getting this: Problem 1 Root composer.json requires livewire/livewire 3.0@beta, found livewire/livewire[dev-throw-error-when-testing-non-livewire-class, ..., dev-bad-hotfix-test, v0.0.1, ..., v0.7.4, v1.0.0, ..., 1.x-dev, v2.0.0, ..., 2.x-dev, v3.0.0-beta.1, v3.0.0-beta.2, v3.0.0-beta.3] but it does not…

VIEW QUESTION
Back To Top
Search