How To Create Captcha In Laravel

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • In this tutorial, I will show you how to create captcha in laravel with mews/captcha package.
    A captcha is a type of challenge-response test used in computing to determine whether or not the user is human.
    - Setting up captcha package
    - Use types of captcha
    - Show captcha
    - Validate captcha
    - Reload captcha
    #laravel #Captcha #CaptchaLaravel

КОМЕНТАРІ • 20

  • @g.g9937
    @g.g9937 Рік тому +2

    thanks buddy, helped me a lot

  • @muhammadfajar9192
    @muhammadfajar9192 Місяць тому

    Unresolvable dependency resolving [Parameter #0 [ Intervention\Image\Interfaces\DriverInterface|string $driver ]] in class Intervention\Image\ImageManager .How fix error this?

  • @the_other_nick
    @the_other_nick Рік тому

    Awesome video, thank you!

  • @vamshipatel5064
    @vamshipatel5064 Рік тому +1

    how to make validate both that captcha and input captcha

  • @bayurespati6664
    @bayurespati6664 Місяць тому

    Nice

  • @PATELPARTH-y3q
    @PATELPARTH-y3q Місяць тому +1

    Unresolvable dependency resolving [Parameter #0 [ Intervention\Image\Interfaces\DriverInterface|string $driver ]] in class Intervention\Image\ImageManager how to solve this error

  • @ondrinurdiansyah9555
    @ondrinurdiansyah9555 Рік тому

    it 's clear on localhost but i get error "captcha default (image captcha ) not found" when i upload my project to ubuntu server

  • @luffyluffy1338
    @luffyluffy1338 Рік тому +1

    Thanks, Your videos always help me. Can you try filter search feature using Yajra data-table in next video?

    • @BluebirdTech
      @BluebirdTech  Рік тому

      Thanks for watching the videos and I will make a tutorial about it.

  • @aguud
    @aguud 2 місяці тому

    work with laravel 11 ! thanks

  • @josesilvestre2010
    @josesilvestre2010 Рік тому

    The image does not apear in my laravel project.

  • @akunbaru-xt3fl
    @akunbaru-xt3fl Рік тому +1

    im sorry sir, its work for yii2?

    • @BluebirdTech
      @BluebirdTech  Рік тому

      No, it is not for yii2.
      This package is for laravel 5/6/7/8/9/10.

  • @doh3812
    @doh3812 Рік тому

    hi, how can i do it in api?

  • @j4vlon
    @j4vlon 9 місяців тому +1

    что с вами со всеми не так, зачем вы музыку ставите

  • @stevenjovanca3630
    @stevenjovanca3630 Рік тому +1

    i got error when install composer, it said "Installation failed, reverting ./composer.json and ./composer.lock to their original content" how to fix it?

    • @BluebirdTech
      @BluebirdTech  Рік тому +1

      it could be due to a number of issues.
      Here are some steps to solve it.
      - check your internet connection: Slow or unstable
      - delete the vendor directory: Sometimes, it may become corrupt
      - Clear the Composer cache: "composer clear-cache"
      - update composer: "composer self-update"
      - check your PHP version
      - check your composer version

  • @vamshipatel5064
    @vamshipatel5064 Рік тому

    bro its not getting validating