BurgerPedia: A Complete Laravel 5 and AngularJS Tutorial with Bootstrap to Make it Pretty – Part 5
Part 5 – Setting up the Routes Now that our models are setup, we are now ready to begin configuring the routes. … Keep Reading
Part 5 – Setting up the Routes Now that our models are setup, we are now ready to begin configuring the routes. … Keep Reading
Part 4 – Building the Models and the Relationships Now that our database has been created, we need to build the models … Keep Reading
Part 3 – Seeding the Database Tables Now that we’ve created the database tables, we are ready to pre-populate them with data. … Keep Reading
Part 2 – Creating the Database Tables using Migrations Now that we have Laravel installed, we are ready to setup our databases … Keep Reading
Part 1: Installing Laravel The first thing that we need to do is get the latest version of Laravel using composer. In … Keep Reading
In this tutorial, I will get you up-and-running with Laravel 5, AngularJS and Bootstrap by building a real-world web application. We will … Keep Reading