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. 11 Courses to Help You Master PHP Frameworks

    11 Courses to Help You Master PHP Frameworks

    Tutorial Beginner

    In this article, you'll learn about 11 courses that will get you up to speed with Laravel, Lumen, Phalcon, Symfony, and a range of other PHP frameworks.

  2. How to Secure a REST API With Lumen

    How to Secure a REST API With Lumen

    Tutorial Intermediate

    In this video tutorial, you'll learn how to use Lumen's built-in authentication middleware to secure a REST API with Lumen.

  3. Master Authentication With Laravel in Our New Short Course

    Master Authentication With Laravel in Our New Short Course

    Tutorial Beginner

    Laravel's built-in authentication system makes it easier to protect the portions of your web application that need protecting. Find out how in our new short...

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

  5. Bridging React With Other Popular Web Languages

    Bridging React With Other Popular Web Languages

    Tutorial Intermediate

    React can work with your existing apps, no matter if they are made in Node or not. We will detail the many ways React can be implemented to work alongside...

  6. New Features in Laravel 5.2

    New Features in Laravel 5.2

    Tutorial Advanced

    In this article, I will take a look at the new features of Laravel 5.2 and describe them one by one.

  7. Process Payments With Stripe and Laravel Cashier: HTTP vs. HTTPS

    Process Payments With Stripe and Laravel Cashier: HTTP vs. HTTPS

    Tutorial Beginner

    In this short video tutorial, I’ll look at how and when we should be using a secure connection when processing payments with Stripe and Laravel Cashier. I’ll...

  8. 8 Practical Laravel Courses for PHP Developers

    8 Practical Laravel Courses for PHP Developers

    Tutorial Beginner

    If you want to learn Laravel, or if you already use the framework and want to take your knowledge to a new level, check out these eight courses, which will...

  9. Using Laravel Valet for WordPress Development

    Using Laravel Valet for WordPress Development

    Tutorial Intermediate

    In this tutorial, we're going to look at how to set up Laravel Valet for WordPress and set up an installation that we can use for local development.

  10. What Are Laravel Exceptions?

    What Are Laravel Exceptions?

    Tutorial Intermediate

    Exceptions are a very important aspect of application development, and they are an excellent tool for controlling the execution flow of the application.

  11. The Repository Pattern in Laravel 5

    The Repository Pattern in Laravel 5

    Tutorial Advanced

    In this tutorial, you'll learn how you can easily create a repository based on Doctrine in Laravel 5.0, which will result in many benefits.

  12. What Are Laravel 5.0 Facades?

    What Are Laravel 5.0 Facades?

    Tutorial Advanced

    The Laravel facade makes it super easy to call methods, and injecting the actual dependencies could really pay off down the line.