Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.67k stars 1.73k forks source link

How to use this package in an API? #623

Closed Majdiden closed 4 years ago

Majdiden commented 4 years ago

I'm facing a problem in sending post requests using axios in vuejs to add items to the cart the request isn't reaching the application and my controller cant get the id of the item to add it to the cart all other post requests are working properly except the one to the package

any suggestions?