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 courses:

  1. Get Started With Laravel 8

    Get Started With Laravel 8

    Course Beginner

    Laravel is an easy-to-learn framework for building web applications. It has become hands-down the most popular framework for writing apps with PHP. Now that...

  2. Build a CMS With Laravel

    Build a CMS With Laravel

    Course Intermediate

    Laravel is a PHP framework for modern web apps. Now on version 5, it’s a mature system that continues to win support due to its elegance and stability....

  3. Build an App With GraphQL, Laravel, and Vue

    Build an App With GraphQL, Laravel, and Vue

    Course Intermediate

    RESTful APIs have many issues. They can require multiple round trips to multiple endpoints in order to fetch related data, and they're prone to over or under...

  4. 3 Practical Examples to Learn Laravel

    3 Practical Examples to Learn Laravel

    Course Beginner

    Laravel is the most popular PHP application framework, and there are countless tutorials, articles, and yes, even videos on how to get started with and learn...

  5. How It Works: Laravel Eloquent ORM

    How It Works: Laravel Eloquent ORM

    Course Advanced

    Laravel's Eloquent object-relational mapper (ORM) is one of the most-loved features of the framework. Eloquent makes it easy to connect to relational data in...

  6. Authentication With Laravel

    Authentication With Laravel

    Course Intermediate

    Authentication is extremely important, and as a result, authentication is extremely difficult to get right. But Laravel's built-in authentication system...

  7. Get Started With Lumen

    Get Started With Lumen

    Course Beginner

    Lumen is the fast new PHP micro-framework from the Laravel project. It allows you to use the power of Laravel, including the Eloquent ORM and features such...

  8. Process Payments With Stripe and Laravel Cashier

    Process Payments With Stripe and Laravel Cashier

    Course Intermediate

    Stripe is a payment-processing service that comes with a suite of easy-to-use APIs and powers e-commerce for businesses of all sizes. Stripe makes it easy to...

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