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.
  1. AngularJS and Laravel: Begin Building a CRM

    AngularJS and Laravel: Begin Building a CRM

    Tutorial Beginner

    When creating a single-page app we should use some kind of framework to do some of the job for us, so we can focus on the actual functionality. AngularJS...

  2. Sending Emails With Laravel 4 & Gmail

    Sending Emails With Laravel 4 & Gmail

    Tutorial Beginner

    Sending emails is crucial for any web application. Usually, an email is sent to notify the user of some kind of activity that has taken place on the site,...

  3. Deploying a Laravel Application Using Capistrano

    Deploying a Laravel Application Using Capistrano

    Tutorial Beginner

    So you've just built a fancy web application and you're planning to put it online. This can be done in many ways. In this article I'd like to cover one...

  4. Authentication With Laravel 4

    Authentication With Laravel 4

    Tutorial Intermediate

    Authentication is required for virtually any type of web application. In this tutorial, I'd like to show you how you can go about creating a small...

  5. 25 Laravel Tips and Tricks

    25 Laravel Tips and Tricks

    Tutorial Intermediate

    There was a period of time, not too long ago, when PHP and its community were, for lack of better words, hated. Seemingly, the headline joke of every day was...

  6. How to Set Up Recurring Payments

    How to Set Up Recurring Payments

    Tutorial Intermediate

    It's likely that, at some point, you'll want to implement recurring or subscription payments for a SaaS or other service. Thankfully, PayPal offers the tools...

  7. 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...

  8. 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...

  9. 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...

  10. 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...

  11. 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...

  12. 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...