Crinsane / LaravelShoppingcart

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

not working with laravel 5.2 #137

Closed charanjeet5ingh closed 8 years ago

charanjeet5ingh commented 8 years ago

cart is not working with laravel 5.2, all the data loss when I refresh the page, Please tell the solution for this.

Crinsane commented 8 years ago

Wrap your routes in the web middleware

charanjeet5ingh commented 8 years ago

i used it but it is giving TokenMismatchException error please help me with that

Crinsane commented 8 years ago

That exception has nothing to do with the package. Probably you're not sending through the csrf token from the place where you add an item to the cart.

charanjeet5ingh commented 8 years ago

yeah thank you by the way it worked like charm thank for you help sir