Chuy Sanchez

Results 4 comments of Chuy Sanchez

In your bootstrap.js, try adding this to your try catch block: const swal = require('sweetalert');

Hi, I'm having the same issue but I'm compiling with Laravel Mix so what I did is to set the options processUrl to false in Laravel Mix configuration, then add...

I have been using this package in Laravel 8 with no major problems.

I think the correct way to get a single item is using the get() method: Getting an item on a cart: Cart::get(): ``` /** * get an item on a...