Laravel 10 API Tutorial: #1 How to Build and Test a RESTful API

Опубликовано: 15 Май 2026
на канале: Riki
94
3

This video introduces laravel and its history, versions, and benefits. It also previews the upcoming topics in the laravel 8 and 9 and 10 tutorial series by Code Step By Step.
-Laravel 10x API Tutorial
-Install sanctum
-Build and Test a RESTful API
-----
https://laravel.com/docs/10.x/sanctum

composer require laravel/sanctum
php artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider"