У нас вы можете посмотреть бесплатно Restfull Api in Laravel 12 - Introduction and Setting Up Our Application - part 1 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
APIs serve as a bridge between different applications or systems, allowing us to efficiently share our data with the world. REST, an architectural style that defines how to build APIs, is popular, modern, and lightweight. In this course, discover how to create a RESTful API of your own. In this part, we will try to explain RESTFULL API, get familiar with its different types, and understand why we use APIs. Next, we will start programming and create the database structure and api routes. Github Project Repositories : learnsimple1899/restfull-api 0:25 What is an API? 2:15 Why use an API? 2:48 Create the database structure (Model, Factory, Seeder, Controller, Resource, Collection) 9:47 create the API routes ✅ View all Training Parts • Restfull Api in Laravel 12