Favoriting or Liking With Laravel and VueJS

Originally published at: Favoriting or Liking With Laravel and VueJS - Server Side Up

A very common feature of newer applications, especially social media applications, is the ability to favorite, or like a specific entity such as a post, tweet, etc. In this tutorial I will show how to do the whole process from backend to front end of how to like a resource with Laravel on the backend…