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. How to Build a REST API With Laravel

    How to Build a REST API With Laravel

    Tutorial Beginner

    There are a lot of moving pieces to coding a RESTful API, but Laravel makes it a lot easier. In this free course, you'll learn everything you need to know to...

  2. How to Install Laravel on Windows

    How to Install Laravel on Windows

    Tutorial Beginner

    Laravel is a PHP framework that is used to build Laravel applications. This tutorial shows you how to install Laravel with XAMMP on Windows.

  3. Learn Laravel

    Learn Laravel

    Tutorial Beginner

    Laravel is one of the most popular frameworks for building web applications. In this post I'll share some of the best resources for learning Laravel.

  4. Build a React App With a Laravel RESTful Back End: Part 1, Laravel 9 API

    Build a React App With a Laravel RESTful Back End: Part 1, Laravel 9 API

    Tutorial Intermediate

    This tutorial teaches you how to create a web application with React for the front-end and Laravel for the back-end. We will be building a resourceful...

  5. Building Web Applications From Scratch With Laravel

    Building Web Applications From Scratch With Laravel

    Tutorial Intermediate

    We'll build a web application from scratch, while diving into a great new PHP framework that's rapidly picking up steam, called Laravel — a simple and...

  6. Task Scheduling in Laravel

    Task Scheduling in Laravel

    Tutorial Beginner

    Learn about one of the exciting features of the Laravel web framework—task scheduling. You'll learn how to create your own custom scheduled tasks.

  7. How to Set Up a Full-Text Search Using Scout in Laravel

    How to Set Up a Full-Text Search Using Scout in Laravel

    Tutorial Intermediate

    Full-text search is crucial for allowing users to navigate content-rich websites. In this post, I'll show you how to implement full-text search for a Laravel...

  8. Build a React App With a Laravel Back End: Part 2, React

    Build a React App With a Laravel Back End: Part 2, React

    Tutorial Intermediate

    In this second part of our series on building a React application with a Laravel back end, we will be developing a front end to the API using React.

  9. Notifications in Laravel

    Notifications in Laravel

    Tutorial Beginner

    In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send...

  10. How to Create a Laravel Helper

    How to Create a Laravel Helper

    Tutorial Beginner

    Helpers in Laravel are built-in utility functions that you can call from anywhere within your application. In this tutorial, you'll learn how to create your...

  11. Custom Events in Laravel

    Custom Events in Laravel

    Tutorial Beginner

    In this article, we are going to explore the basics of event management in Laravel. We'll also create a real-world example of a custom event and listener.

  12. Gates and Policies in Laravel

    Gates and Policies in Laravel

    Tutorial Beginner

    Master the authorization system of the Laravel web framework, which works with gates and policies. Learn how to use gates and policies and then how to...