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

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

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

  4. Build Web Apps from Scratch with Laravel - The Eloquent ORM

    Build Web Apps from Scratch with Laravel - The Eloquent ORM

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