BurgerPedia: A Complete Laravel 5 and AngularJS Tutorial with Bootstrap to Make it Pretty – Part 6
Part 6 – Creating The Controllers Now that we’ve seen the basic of setting up a route. We can start getting into … Keep Reading
PHP
Part 6 – Creating The Controllers Now that we’ve seen the basic of setting up a route. We can start getting into … 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
This tutorial will show you how to get composer working for you if you are using a windows environment. It”s a pretty … Keep Reading
I recently had to setup a cron job on shared hosting for one of my CakePHP projects. And although I have done … Keep Reading
A little while back, I create a tutorial on how to setup a HABTM relationship in CakePHP and gave a basic … Keep Reading