Results 6 comments of Harinder

https://github.com/hardevine/LaravelShoppingcart

same here..would be great to handle sub arrays :+1:

me too cant find json file, on executing command`art currency:update -o` or `art currency:update -g` it says updated but there is no json file

Please add support for v11

workaround used with sweetalert's loader system: ```php // livewire-alert.php config 'showLoaderOnConfirm' => true, 'allowOutsideClick' => false, ``` ```php public function confirmSubmit() { $this->confirm('are you sure ?', [ //'onConfirm' => 'confirmed',...