Simple Persistent Shopping Cart Implementation with Vue.js 2 and Vuex in Laravel 5
In this tutorial we'll see how to make a persistent shopping cart using only frontend technologies, namely JavaScript (ES6) and Vue.js 2 with Vuex. This is probably not a perfect solution for a cart, yet it is dynamic and pretty easy to implement.
We'l...