/Getting-started-with-Laravel-4

Source files for the Tuts+ Course: Getting Started With Laravel 4

Primary LanguagePHP

Tuts+ Course: Getting Started with Laravel 4

Instructor: Joost Van Veen

It is no exaggeration to say that Laravel has taken the PHP community by storm. If you're ready to start learning Laravel, this course will cover all the basics to get you ready to go. Topics covered include routing, controllers, models, views, the blade templating engine, eloquent, authentication, resources, validation and then some. To complete this course, you'll build a hands-on project that'll put all the skills you've learned into practice.

Source files for the Tuts+ course: Getting Started with Laravel 4

Using These Source Files

Every commit is a lesson

You will find the source code for the different lessons by running through the commits in the Master branch. The only exception to this rule is Lesson 3, for which the source code is in the L3 branch.

Don't forget to run Composer install after cloning this repository to your local machine.

Course contents