Funda Of Web IT
Funda Of Web IT
  • 821
  • 12 695 948
Laravel 11 API Authentication using Sanctum Tutorial | Protect API Routes in Laravel Sanctum Token
In this video, I have taught how to build API Authentication with Laravel Sanctum like Login, Register and Logout System and also check Profile of authenticated user using api Laravel Sanctum.
Basically, you are learning how to protect API routes in Laravel using Token and this Token is managed with Sanctum package.
How to make rest API in Laravel 11
ua-cam.com/video/WumgBzENYYk/v-deo.html
#laravel sanctum #laravelsanctum #laravelapi #api
Follow us on Instagram: funda_of_web_it
Subscribe to my Hindi/Urdu Channel: ua-cam.com/users/fundaofwebithindi
Переглядів: 40

Відео

How to create & check if the user is authenticated or not & Logout in Laravel 11 + Vue Js + Inertia
Переглядів 606День тому
In this video, I have taught how to check the User is authenticated or not which means User is logged in or not in Laravel 11 Vue Js 3 with Inertia. We will also see, how to protect the routes in laravel 11 using laravel default auth middleware and also use Inertia middleware HandleInertiaRequests to share the data of user is authenticated or not to the Vue pages. Laravel 11 Vue 3 with Inertia ...
Laravel 11 Admin Panel integration from scratch | How to integrate Admin Panel in Laravel 11
Переглядів 1,6 тис.14 днів тому
In this video, I have taught how to download and integrate in Admin Panel Template in Laravel 11. Integrate Bootstrap Admin Dashboard Template in Laravel step by step tutorial. Laravel 11 Multi Guard Authentication Tutorial | Admin Login System in Laravel ua-cam.com/video/tLgDMqXuSW0/v-deo.html 00:53 - Download Admin Template 02:40 - Separating the Admin Panel Template code - Start the integrat...
How to make Pagination in Laravel 11 Vue Js with Inertia tutorial
Переглядів 50321 день тому
In this video, I have taught how to create or make Pagination in Vue Js with inertia in Laravel 11 step by step. where this pagination is created as re-usable component for other vue file pages. Laravel 11 Vue JS with Inertia CRUD Operation: ua-cam.com/video/Zi-LRmnUhdo/v-deo.html Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: ua-cam.com/users/fundaof...
Laravel 11 + Vue Js CRUD Operation with Inertia from scratch step by step tutorial
Переглядів 1,3 тис.21 день тому
In this video, I have taught how to create a complete CRUD operation in Vue JS Laravel 11 with Inertia JS step by step. Laravel 11 Vue 3 with Inertia JS - Install and setup the pages, layouts, Component, use Props: ua-cam.com/video/nMDTWVQWyvk/v-deo.html How to make Pagination in Laravel 11 Vue Js with Inertia tutorial ua-cam.com/video/KzWuoNfutv8/v-deo.html How to protect routes & check if the...
Laravel 11 + Vue 3 with Inertia JS - Install and setup the pages, layouts, Component, use Props
Переглядів 1 тис.28 днів тому
In this video, I have taught how to install and run the vue 3 with inertia js in Laravel 11. we will be seeing how to create pages, components, layouts and how to use props in vue pages from Controller and also how to install & setup breeze auth in vue js with inertiaJs. Laravel 11 Vue Js CRUD Operation with Inertia from scratch step by step tutorial: ua-cam.com/video/Zi-LRmnUhdo/v-deo.html 01:...
Laravel 11 rest api tutorial | How to make rest API in Laravel 11 | Laravel 11 API CRUD from Scratch
Переглядів 3,6 тис.Місяць тому
In this video, I have taught how to make/create rest api in laravel 11 from Scratch. We are taking an example of products record, where we will be creating product data, show, edit update, delete the products data using api in laravel 11. Once this REST API is successfully created, you can use this Laravel REST API for any frontend framework to make CRUD. (Like: Vue JS, React JS, Angular, Nuxt ...
Laravel 11 - CRUD Operation Tutorial for beginners step by step | w/ Resource Controller in Laravel
Переглядів 4,7 тис.Місяць тому
In this video, I have taught how to make a complete crud application step by step about how to Insert data into Database, Read database from database, edit & update data into database, Delete data from database and finally how to use pagination in Laravel 11. Post: Source Code: www.fundaofwebit.com/post/laravel-11-crud-application-example-tutorial Follow us on Instagram: funda_of_...
Laravel 11 Multi Guard Authentication Tutorial | Multiple authentication for User & Admin in Laravel
Переглядів 4,6 тис.Місяць тому
In this video, I have taught how to create a multi guard authentication in laravel 11 step by step tutorial in detail. Where we are creating Admin Guard for Authentication. Post - Source Code: www.fundaofwebit.com/post/laravel-11-multi-authentication-using-guard-tutorial Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: ua-cam.com/users/fundaofwebithindi
How to install Spatie roles and permission in Laravel 11 | Spatie Laravel 11 Tutorial
Переглядів 2,3 тис.Місяць тому
In this video, I have taught how to install and setup the Spatie roles and permission package in laravel 11 step by step. Like adding the Spatie providers, publish the spatie vendor files, adding the Spatie roles & permission middleware as aliases. You can watch this below video to create the CRUD operation for roles & permission and assigning roles & permission to users and many more: Laravel ...
Laravel 11 - How to create and use Middleware in Laravel | Laravel 11 middleware tutorial
Переглядів 2,1 тис.Місяць тому
In this video, I have taught I have taught how to create middleware and use middleware in Laravel 11. How to Use Laravel Middleware to Protect Your Application. This middleware handles Auth-Check whether the User is Authenticated or not, and also User-role is Admin or not. Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: ua-cam.com/users/fundaofwebithindi
Laravel 11 - How to make login and registration using Breeze Auth Scaffolding in Laravel 11
Переглядів 1 тис.Місяць тому
In this video, I have taught how to install Login and Registration system in Laravel 11 Breeze Auth Scaffolding tutorial step by step. Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: ua-cam.com/users/fundaofwebithindi
Laravel 11 Tutorial : How to install and run the Laravel 11 application using composer
Переглядів 487Місяць тому
In this video, I have taught how to install and run the Laravel 11 application via composer step by step. Playlist - Laravel 11 Tutorial: Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: ua-cam.com/users/fundaofwebithindi
How to create, integrate reCAPTCHA and verify it using google api in PHP | PHP reCAPTCHA Checkbox
Переглядів 1,2 тис.Місяць тому
In this video, I have taught 1. How to create a reCAPTCHA step by step and get the SITE_KEY & SECRET_KEY. 2. How to integrate a reCAPTCHA in php contact form using google recaptcha cdn links & scripts. 3. How to verify the reCAPTCHA after Form Submit using google recaptcha siteverify api step by step. How to send email using PHPMailer in php: ua-cam.com/video/h2bLhhAli0o/v-deo.html Follow us on...
Swift Mailer - How to send email using Swift Mailer in PHP via Contact Form - Gmail SMTP Server
Переглядів 7252 місяці тому
In this video, I have taught how to send mail using Swift Mailer in PHP via Contact Form. Used Bootstrap 5 for designing the UI for Contact Form. How to send mail in PHP using PHP-Mailer: ua-cam.com/video/h2bLhhAli0o/v-deo.html How to generate app password in Gmail: ua-cam.com/video/weA4yBSUMXs/v-deo.html Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel:...
How to send email using PHPMailer in php via Contact Form - Gmail SMTP Server
Переглядів 7 тис.2 місяці тому
How to send email using PHPMailer in php via Contact Form - Gmail SMTP Server
How to generate or create app password in Gmail account - 2024
Переглядів 1,4 тис.2 місяці тому
How to generate or create app password in Gmail account - 2024
Laravel 10 - Laravel Policy Authorization tutorial step by step with roles & permissions
Переглядів 1,9 тис.4 місяці тому
Laravel 10 - Laravel Policy Authorization tutorial step by step with roles & permissions
Part 3/3 - How to use Roles and Permissions to protect routes with middleware in Laravel 10
Переглядів 6 тис.5 місяців тому
Part 3/3 - How to use Roles and Permissions to protect routes with middleware in Laravel 10
Part 2/3 - Roles & permission in Laravel | Create User CRUD & assign multiple Roles to each user
Переглядів 8 тис.5 місяців тому
Part 2/3 - Roles & permission in Laravel | Create User CRUD & assign multiple Roles to each user
Part 1/3: How to Install & Create Spatie Roles and Permissions CRUD from Scratch in Laravel 10
Переглядів 18 тис.5 місяців тому
Part 1/3: How to Install & Create Spatie Roles and Permissions CRUD from Scratch in Laravel 10
Laravel 10 - How to create and use Middleware in Laravel | Laravel middleware tutorial step by step
Переглядів 3,5 тис.6 місяців тому
Laravel 10 - How to create and use Middleware in Laravel | Laravel middleware tutorial step by step
Laravel 10 - How to make pagination in Laravel 10 with Bootstrap & Tailwind step by step
Переглядів 3,1 тис.6 місяців тому
Laravel 10 - How to make pagination in Laravel 10 with Bootstrap & Tailwind step by step
How to Export data to Excel file with different format in Laravel 10 with example step by step
Переглядів 4,3 тис.6 місяців тому
How to Export data to Excel file with different format in Laravel 10 with example step by step
How to Import Excel file data into database in Laravel 10 using maatwebsite/excel package w/ example
Переглядів 9 тис.6 місяців тому
How to Import Excel file data into database in Laravel 10 using maatwebsite/excel package w/ example
How to create custom 404 error page in Laravel | How to design 404 error page in Laravel 10
Переглядів 1,3 тис.6 місяців тому
How to create custom 404 error page in Laravel | How to design 404 error page in Laravel 10
Laravel 10 - Generate PDF using DomPDF in Laravel step by step | Laravel pdf generator tutorial
Переглядів 16 тис.6 місяців тому
Laravel 10 - Generate PDF using DomPDF in Laravel step by step | Laravel pdf generator tutorial
Laravel 10 Multiple Image upload by Drag and drop using Dropzone in Laravel from Scratch Dropzone JS
Переглядів 3,6 тис.6 місяців тому
Laravel 10 Multiple Image upload by Drag and drop using Dropzone in Laravel from Scratch Dropzone JS
Laravel 10 Multiple Image Upload with Example | Complete CRUD Multiple File Upload Tutorial Laravel
Переглядів 9 тис.6 місяців тому
Laravel 10 Multiple Image Upload with Example | Complete CRUD Multiple File Upload Tutorial Laravel
Laravel 10 - File / Image Upload with Example | Complete File Upload Tutorial in Laravel 10
Переглядів 21 тис.7 місяців тому
Laravel 10 - File / Image Upload with Example | Complete File Upload Tutorial in Laravel 10

КОМЕНТАРІ

  • @meeee884
    @meeee884 2 години тому

    sir do you up comming project ?

  • @nikuprajapat4222
    @nikuprajapat4222 3 години тому

    Txx sir it's working

  • @andymasarque4004
    @andymasarque4004 6 годин тому

    Hi. How can I add the import button when I right click?

    • @fundaofwebit
      @fundaofwebit 4 години тому

      Please install the extension: PHP Namespace Resolver

  • @getcsefied4184
    @getcsefied4184 18 годин тому

    Sir , first of all huge thanks to u , for this effort...multi role in next video means , are u referring spatie video ? @fundofwebit

  • @rafaelbani8892
    @rafaelbani8892 День тому

    why i dont have auth folder on my app folder?

    • @fundaofwebit
      @fundaofwebit 17 годин тому

      Please run the below 2 commands: 1. composer require laravel/breeze --dev 2. php artisan breeze:install blade That's it. You will find all the auth files.

  • @acegear
    @acegear День тому

    just asking what extensions do you use for laravel

  • @jorgetp9089
    @jorgetp9089 2 дні тому

    thank you this is a well structured tutorial, not like 90% of other people who do everything in a single page or two

  • @jamindagva2846
    @jamindagva2846 2 дні тому

    source code is done ? very short

  • @user-bl8yd4yy1m
    @user-bl8yd4yy1m 3 дні тому

    Thank you so much

  • @sagacity-speech
    @sagacity-speech 3 дні тому

    Hi Sir, newbie here, how to run both the api and the vuejs together so I can access the data

  • @JJ_ADLER
    @JJ_ADLER 3 дні тому

    Hi, mine says alertify is not defined any help

  • @skyand_fly
    @skyand_fly 3 дні тому

    Your best! Dont stay!

  • @adityakumarsingh6113
    @adityakumarsingh6113 3 дні тому

    thankk youuu bro i was having so many doubts but did not found anything on yt which can solve that doubts. Your video helped me so much .

  • @skyand_fly
    @skyand_fly 3 дні тому

    Why i dont have auth.php?

    • @fundaofwebit
      @fundaofwebit 3 дні тому

      @skyand_fly Please run the below 2 commands: 1. composer require laravel/breeze --dev 2. php artisan breeze:install blade That's it. You will find the auth.php file under routes folder.

    • @skyand_fly
      @skyand_fly 3 дні тому

      @@fundaofwebit thank you! I found you video about breeze logining. You have good content. Don't stay. Hello from Russia

    • @skyand_fly
      @skyand_fly 2 дні тому

      @@fundaofwebit I do not understand how to do it if the user goes to the admin panel so that he is redirected to the login page for the administrator (admin/login) and not the general login page (/login)

    • @fundaofwebit
      @fundaofwebit 2 дні тому

      ​@@skyand_fly If you access (/admin/dashboard), and wanted to redirect to (/admin/login) page. follow below steps: 1. Go to bootstrap/app.php 2. in the ->withMiddleware() function. add these code : $middleware->redirectGuestsTo(function (Request $request) { if ($request->is('admin/*')) { return route('admin.login'); } return route('login'); }); 3. That's it.

    • @skyand_fly
      @skyand_fly 2 дні тому

      ​@@fundaofwebit thank you, but this doesnt work((

  • @sagacity-speech
    @sagacity-speech 3 дні тому

    Hi sir, newbie here, just wanna ask how you run the API ? I'm getting Failed to load resource error. thanks

  • @chooticharika
    @chooticharika 4 дні тому

    Excellent tutorial. Covering most of the Laravel API standards. Easy to understand for the beginners. It is one of the best refreshing video for developers already have the knowledge. Well done.

  • @davidar5588
    @davidar5588 4 дні тому

    Thanks dude, a simple but really good explanation!!!

  • @madpirate2010
    @madpirate2010 5 днів тому

    Those who didn't get confirm delete check whether you are not using jQuery slim version

  • @GravicsDesigns
    @GravicsDesigns 6 днів тому

    My best tutor on youtube 💯

  • @bigbossottseason3
    @bigbossottseason3 6 днів тому

    useless

  • @techworldhindi111
    @techworldhindi111 7 днів тому

    Please make a series on Livewire 3

  • @alnivcasts5019
    @alnivcasts5019 8 днів тому

    i dont understand why use options api in vue 3.

  • @user-do1sv5op8q
    @user-do1sv5op8q 9 днів тому

    Sir can i get this sender ?

  • @dexplorelens7104
    @dexplorelens7104 10 днів тому

    I'm learning a lot from your tutorial. thank you!

  • @Jeroen_a
    @Jeroen_a 10 днів тому

    Very helpfull. Thank you! 🙂

  • @Warkim
    @Warkim 10 днів тому

    🎉 thank you sir

  • @starboyxjulia5100
    @starboyxjulia5100 10 днів тому

    Why I can’t use button wire:click like you

  • @malihehbaghban
    @malihehbaghban 11 днів тому

    thx 👌

  • @MouhamadNdiaye-yg1tm
    @MouhamadNdiaye-yg1tm 11 днів тому

    thanks you so much in Sénégal

  • @tutsihape
    @tutsihape 11 днів тому

    thank you for the well explained tutorial, I learned a lot from this series, you are🤗 highly recommended. I will be looking for another of your playlist of skills I need to learn

  • @vipuljasrotia7518
    @vipuljasrotia7518 11 днів тому

    Getting This Error mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given

  • @2684dennis
    @2684dennis 12 днів тому

    thanks, this is working, a question, i did the same steps to make also a adminlayout, in the route i have url /admin , but when i type in the url/admin i cant find the page, but if i go to the controller and change the view to layouts.adminlayout, and type in the url / it show, i dont know or understand why i cant get the 2nd work , any idea? thanks.

  • @gunadAgp
    @gunadAgp 13 днів тому

    Good jobs

  • @nipunsachinda
    @nipunsachinda 14 днів тому

    Thank you . need video series laravel api + React

  • @antony-cy4un
    @antony-cy4un 14 днів тому

    whats the difference between phpmailer and swift mailer?

  • @grigorispsomadakis5675
    @grigorispsomadakis5675 15 днів тому

    can I download the source code ?

  • @suryaa5564
    @suryaa5564 15 днів тому

    thank you man🔥

  • @usamaramzan2497
    @usamaramzan2497 15 днів тому

    can you explain how auth system works sir?

    • @fundaofwebit
      @fundaofwebit 15 днів тому

      @@usamaramzan2497 I am using Laravel Breeze Package for auth system Like: ua-cam.com/video/D_A6NjUCDPk/v-deo.htmlsi=OD56kz2VzrD7OfI_ I will be uploading a video very soon how to use auth for the CRUD operation in Vue Inertia Laravel 11.

    • @usamaramzan2497
      @usamaramzan2497 14 днів тому

      @@fundaofwebit please also next after when you have time about roles and permissions

  • @akilpatel5723
    @akilpatel5723 16 днів тому

    Source code link send sir plz

  • @SarmunKinanti
    @SarmunKinanti 16 днів тому

    Without starterkit pleasee sir!!

  • @phenglyphon
    @phenglyphon 17 днів тому

    hello sir how can we fetch data from database by DESC and ASC ?

    • @fundaofwebit
      @fundaofwebit 17 днів тому

      @@phenglyphon Hello, in the controller at index function, please add Category::orderBy('id', 'desc')->get(); Or Category::latest()->get() ;

    • @phenglyphon
      @phenglyphon 16 днів тому

      @@fundaofwebit Still don't work sir, I want the last create to show at the top of table when we get from database.

  • @sudippatil7672
    @sudippatil7672 17 днів тому

    please continue this and add authentication system sir

  • @jsmithtraveller
    @jsmithtraveller 17 днів тому

    Thank you for this

  • @jamesdaniel1515
    @jamesdaniel1515 17 днів тому

    i was able to implement the product quantity update withou using AJAX. i used livewire and it came out great

  • @kavindayoshana3844
    @kavindayoshana3844 18 днів тому

    Is the put method only work for the raw method? why does it not work for the form-data method?

    • @mercenary6712
      @mercenary6712 7 днів тому

      @kavindayoshana3844 It was working for both methods (raw, form-data) until min 12:15, because he removed the check if the $inputData is empty

    • @howardteh6293
      @howardteh6293 3 дні тому

      @@mercenary6712 I tried with the form-data but always trigger the error422 function

  • @kusumakumar
    @kusumakumar 18 днів тому

    I am not receiving the message but its giving the response.... please give me the solution....

  • @MrBackhand0112
    @MrBackhand0112 19 днів тому

    thanks sir

  • @babar178
    @babar178 19 днів тому

    React and laravel project

  • @miltonchowdhury4016
    @miltonchowdhury4016 19 днів тому

    Thanks a lot for this video, sir.......I have a request to make a video on search data with pagination, plz, plz....thanks once again

  • @shaonsarker4976
    @shaonsarker4976 19 днів тому

    please add image upload using laravel 11 vue js 3 & inertia js