Cbrad24

Results 3 comments of Cbrad24

Experienced the same issue with ``, from my anonymous Laravel Blade component I used in a Livewire form: views\components\shoelace\select.blade.php ```php @props(['help' => null, 'disabled' => false]) @php $model = $attributes->whereStartsWith('wire:model')->first();...

This is definitely a breaking change FYI for anyone implementing custom response classes: https://docs.saloon.dev/the-basics/responses Neither for or against it but as long as it's known it's breaking.

Just started a new project so I was blazing down the same trail currently and came across this same issue. I remember in another project I had to wrap my...