Learn Laravel

Learn Laravel, a powerful PHP framework for building modern web applications. These Laravel tutorials teach you everything from the basic setup to advanced concepts.

All Laravel content:

  1. Combining Laravel 4 and Backbone

    Combining Laravel 4 and Backbone

    Tutorial Intermediate

    For this tutorial, we're going to be building a single page app using Laravel 4 and Backbone.js. Both frameworks make it very easy to use a different...

  2. Laravel 4: A Start at a RESTful API (Updated)

    Laravel 4: A Start at a RESTful API (Updated)

    Tutorial Intermediate

    RESTful API's are hard! There are a lot of aspects to designing and writing a successful one. For instance, some of the topics that you may find yourself...

  3. Testing Laravel Controllers

    Testing Laravel Controllers

    Tutorial Advanced

    Testing controllers isn't the easiest thing in the world. Well, let me rephrase that: testing them is a cinch; what's difficult, at least at first, is...

  4. Pro Workflow in Laravel and Sublime Text

    Pro Workflow in Laravel and Sublime Text

    Tutorial Intermediate

    Not too long ago, I built a handful of generators for Laravel, which ease the process of various tasks. Today, thanks to help from Gaurav Narula, we're...

  5. Your One-Stop Guide to Laravel Commands

    Your One-Stop Guide to Laravel Commands

    Tutorial Intermediate

    In this day and age, it's quite normal for a developer to have an understanding of consoles, and how to issue basic commands. But what if you could code your...

  6. Testing Like a Boss in Laravel: Models

    Testing Like a Boss in Laravel: Models

    Tutorial Advanced

    If you're hoping to learn why tests are beneficial, this is not the article for you. Over the course of this tutorial, I will assume that you already...

  7. Build Your First Admin Bundle for Laravel

    Build Your First Admin Bundle for Laravel

    Tutorial Intermediate

    It's hard to deny the fact that the PHP community is excited for Laravel 4. Among other things, the framework leverages the power of Composer, which means...

  8. How to Set Up Laravel 4

    How to Set Up Laravel 4

    Tutorial Intermediate

    As you may know, here at Nettuts+, we've covered the popular Laravel framework a great deal. With version 4 on the near horizon, I've received quite a few...

  9. Why Laravel is Taking the PHP Community by Storm

    Why Laravel is Taking the PHP Community by Storm

    Tutorial Intermediate

    I must admit: at one point, I was feeling a bit down on the PHP language. A number of poignant PHP-hate articles were circling the web like a virus, and some...

  10. The Power of Laravel Generators

    The Power of Laravel Generators

    Tutorial Intermediate

    Those of us who use Laravel on a daily basis will be quite familiar with migrations. The only problem is that, when we run php artisan migration:make, only a...

  11. Build Web Apps From Scratch With Laravel: Filters, Validations, and Files

    Build Web Apps From Scratch With Laravel: Filters, Validations, and Files

    Tutorial Intermediate

    In this Nettuts+ mini-series, we'll build a web application from scratch, while diving into a great new PHP framework that's rapidly picking up steam, called...

  12. The Essentials of Creating Laravel Bundles

    The Essentials of Creating Laravel Bundles

    Tutorial Intermediate

    The Laravel PHP framework offers its bundles system to allow developers to redistribute useful packages of code, or to organize applications into several...