Laravel REST API with Sanctum (Hindi)

Channel:
Subscribers:
543,000
Published on ● Video Link: https://www.youtube.com/watch?v=ozwrl0BM4Dg



Duration: 2:37:23
29,232 views
632


Laravel REST API with Sanctum Hindi
00:00:00 Why do we need API
00:13:58 Pre-Requisites
00:14:36 Creating Laravel Project
00:15:06 Laravel Sanctum Documentation
00:16:00 Opening Project Folder
00:16:20 Pre-Installed Laravel Sanctum
00:16:52 Completely Public API
00:17:09 API Routes
00:21:50 Remove or Change API Route Prefix
00:23:56 Route Conflict Issue
00:25:11 API Route Version Prefix
00:26:38 API Test using Postman
00:26:55 Download and Install Postman
00:28:46 Opening Postman
00:29:04 Creating Collection in Postman
00:29:24 Creating Request in Postman
00:30:12 Sending Request using Postman
00:32:48 Creating Model, Migration and Seeder
00:35:41 Creating Student Controller with Resource
00:36:40 Creating Database
00:37:50 Config Database
00:38:31 Defining Student Table and Column
00:39:49 Migrating
00:40:20 Insert Fake Data into Student Table using Seeder and Faker Package
00:46:46 Creating API Features
00:47:42 Show All Student Data
00:54:25 Show Specific Student Data
00:57:53 Create New Student Data
01:07:15 Fix MassAssignmentException
01:10:46 Update Student Data
01:17:30 Delete Student Data
01:21:24 Search Student
01:25:15 Completely Protected API
01:28:08 introduction to Laravel Sanctum
01:29:38 Setup Laravel Sanctum
01:34:57 Protected Route
01:36:47 Fix Route login not defined error
01:38:59 API Registration and Create Token
01:53:48 Access Protected Route using Generated Token
01:56:23 Protecting All Routes
02:05:53 API Logout and Delete Token
02:12:01 API Login and Create Token
02:24:38 Partially Protected API
02:32:12 Create Single Route for All Resource

Source Code: https://github.com/geekyshow1/laravel-api-sanctum

Laravel API Playlist https://www.youtube.com/playlist?list=PLbGui_ZYuhig4njMDtsFBYNBrcYxFphql

Laravel Playlist:
https://www.youtube.com/playlist?list=PLbGui_ZYuhijEqjCa63l0GkWh5EsG5iTR

Core PHP Tutorials: https://www.youtube.com/playlist?list=PLbGui_ZYuhigFdLdbSI2EM2MrJB7I0j-B

Advance PHP Tutorials:
https://www.youtube.com/playlist?list=PLbGui_ZYuhiiaWMoOK7LXB0GeLsYCiyz5

PHP OSMS Project:
https://www.youtube.com/playlist?list=PLbGui_ZYuhijEPI__8WaEjZzXhkh85hH7

HTML Tutorials : https://www.youtube.com/playlist?list=PLbGui_ZYuhihSr4HroBBQt_quHL42JLif

CSS Tutorials: https://www.youtube.com/playlist?list=PLbGui_ZYuhiisW-k9eEON2vxGABv-PafB

SQL Tutorials: https://www.youtube.com/playlist?list=PLbGui_ZYuhigbr-fJ_9HlOqwg0S24Z73-

Check Out Our Other Playlists:
https://www.youtube.com/user/GeekyShow1/playlists

Learn more about subject:
http://www.geekyshows.com/

________________________________________________

If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
If you have questions ask below in comment section.
Add it to a playlist if you want to watch it later.
________________________________________________

T A L K W I T H M E !
Business Email: contact@geekyshows.com
Twitter: https://twitter.com/Geekyshow1
Website: http://www.geekyshows.com/
_______________________________________________

Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO! :)
_______________________________________________







Tags:
laravel api tutorial
laravel api
laravel api authentication
laravel api tutorial in hindi
laravel api development
laravel api crud
laravel api login and register
laravel api authentication in hindi
laravel api sanctum
laravel 8 api authentication