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

    AngularJS and Laravel: Finishing Building a CRM

    Tutorial Beginner

    In this part of the tutorial, we will build the front-end of our application using AngularJS. Angular is a really unique framework. Instead of abstracting...

  2. New Course: Getting Started With Laravel 4

    New Course: Getting Started With Laravel 4

    Tutorial Beginner

    If you're ready to begin learning Laravel, this course will cover all the basics to get you ready to go. And you can get started straight away with a free 14...

  3. Five Hidden Gems of Laravel

    Five Hidden Gems of Laravel

    Tutorial Beginner

    Many developers who use Laravel are probably only barely scratching the surface of what the framework has to offer. While the documentation does cover the...

  4. Setting Up User Authentication in Laravel Using Confide

    Setting Up User Authentication in Laravel Using Confide

    Tutorial Beginner

    Confide is an authentication solution for Laravel made to cut repetitive work involving the management of users. A DRY approach on features like account...

  5. Laravel Unwrapped: Session, Auth and Cache

    Laravel Unwrapped: Session, Auth and Cache

    Tutorial Beginner

    Join me as we learn how to use Laravel's component-based system, Illuminate. Additionally, we'll see how to utilize service providers, Laravel's manager...

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

  7. Build an eCommerce App in Laravel

    Build an eCommerce App in Laravel

    Course Intermediate

    In an earlier course, Andrew Perkins showed you how to take a PSD design, and turn it into HTML and CSS. Now he's back to teach you how to take that...

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

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

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

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

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