Laravel 11 tutorial 2024 - Build a REST API from scratch

preview_player
Показать описание
In this video, we will learn how to create a RESTful API with Laravel 11. RESTful APIs are a great way to communicate with your clients from a centralized location, and this video will show you how to create a RESTful API with Laravel 11 without any hassle!

If you're new to Laravel 11 and are looking for a way to create a RESTful API, then this video is for you! We're going to be using Laravel 11's built-in features to create our API, and by the end of the video, you'll have a RESTful API up and running! Don't miss out - watch the video now!

If you like this video, you'll love my Laravel courses

Timeline:
00:00 Setting up Laravel project
03:13 Models, migrations, factories
08:54 Create our first API endpoint
14:49 Working with Eloquent API Resource
19:45 Adding a new endpoint to save the resource
24:03 Adding a new endpoint to update the resource
31:12 Adding a new endpoint to remove the resource
33:19 Adding task priorities
Рекомендации по теме
Комментарии
Автор

Thank you. followed and took first steps in learning about API

thenatureedits
Автор

hi, can you make an laravel api project on a booking system, which includes the different type of controllers

HarsheenaNK
Автор

hello bro,
How to create API_KEY TOKEN to make sure our API is secure.

vichetraty
Автор

Hi! Could you share the code please? 😄

Dutep
Автор

23:24 I can POST request with a name key-value but when i try empty body it rather returns a laravel error page instead of the json with relative context

dexterfortsilva
Автор

What is your theme name for terminal in oh my posh

wksifyt
Автор

Why use invokeable controller for patch request?

ehSamurai
Автор

13:23 Attribute [apiResourse] does not exist.

manuelestebanmoraleszuarez