Lessons: 14Length: 1.8 hours

Next lesson playing in 5 seconds

Cancel

Build a REST API With Laravel

Introduction

01:29

Laravel lets you easily and quickly build RESTful APIs. This could be the back-end to a front-end web app, a data source for a mobile app, or a service for other apps or APIs. There are a lot of moving pieces to coding a RESTful API, but Laravel makes it a lot easier.

Join Jeremy McPeak as he teaches you everything you need to know to build RESTful APIs with Laravel. Follow along as Jeremy codes a complete API. Along the way, you'll learn how to define and seed a database, accept and validate input, and protect the API with Sanctum.