Laravel 5 and AngularJS Tutorial reloaded – Part 1
As some user requested i’m going to post another solution to use AngularJS and Laravel 5 togheter. In the first tutorial i used the Laravel template engine to render the page where AngularJS was hosted. In this tutorial we will see a different approach. Laravel will act only as backend REST API service and AngularJS will be completely separated.
The app we are going to create is a simple pool app where user can vote on different pools and also create new one.
Link: