Mattias Persson
Mattias Persson
@loveyuxiao What error messages do you get? How can we reproduce the problem? You can't link to localhost as that's limited to your local computer. Please provide more details if...
@siad007 Appreciate it!
Thanks for your request! Could you please provide a bit more detail on how you'd like it to work? Is it the API route prefix you'd like to change or...
Right. I'll make the middleware and prefixes + paths configurable in the next release. I'm currently working on a public API for managing the cart without using the REST API,...
Related to #26
Some suggestions for managing the cart: ```php use Happypixels\Shopr\Facades\Cart; // Get the cart summary. Cart::get(); // Get the cart count. Cart::count(); // Clear the cart. Cart::clear(); // Add a cart...
Also using v3.2.4 and still experiencing the issue. Would highly appreciate an update on this!
Here's a screenshot of before/after we removed this package from our Laravel Vapor environment:
@derberg I think the most critical vulnerability is still present in the vm2 dependency, indirectly included via spectral-cli. Upgrading spectral-cli from 6.6.0 to 6.9.0 should resolve that one though. I...
Done @derberg! https://github.com/asyncapi/cli/pull/750