The first tutorial in “Building a shop” series is going to be a practical example of implementing a rating/review system into an application. Review systems or rating systems are very common in all kinds of e-Commerce projects, social networks, anything that requires user’s input to be some sort of concrete value on some scale. DEMO: http://demos.maxoffsky.com/shop-reviews Source […]
I’ve noticed that some people are having trouble using Backbone fetch function to pass parameters to their PHP applications. In this very short post I’m going to fix that and demonstrate how to pass a query parameter during backbone fetch call so that the PHP application (running Laravel) will return specific data. For example the […]