#7 Send Verification Email on Registration (Mailtrap) using Laravel 10 | Blog Project in Laravel 10

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Send Verification Email on Registration (Mailtrap) using Laravel 10 | Blog Project in Laravel 10
    -Step by Step Send Verification Email on Registration (Mailtrap) using Laravel 10
    -How to Send Verification Email on Registration (Mailtrap) using Laravel 10
    -Laravel 10 Blog Project
    -Blog Project in Laravel 10
    Introduction & Download Nice Admin Panel Bootstrap | Blog Project in Laravel 10 • #2 Introduction & Down...
    Introduction Blog and Download Front Template | Blog Project in Laravel 10 • #1 Introduction Blog a...
    Install Laravel and Remove Public Folder | Blog Project in Laravel 10 • #3 Install Laravel and...
    Database Connection and Login & Register HTML Setup | Blog Project in Laravel 10 • #4 Database Connection...
    Blog Template Setup in Laravel 10 | Blog Project in Laravel 10 • #5 Blog Template Setup...
    User Register and Validation Email Unique in Laravel 10 | Blog Project in Laravel 10 • #6 User Register and V...
    Please Subscribe my channel: - / @errorsolutioncode
    Thank You for Watching My videos.

КОМЕНТАРІ • 45

  • @tusharm.8161
    @tusharm.8161 Рік тому +2

    You are doing great job man

  • @ALISAAD-kl7gn
    @ALISAAD-kl7gn 8 місяців тому +3

    It is better to write the full class extension like this to avoid errors
    use Illuminate\Support\Str;
    use Illuminate\Support\Facades\Mail;
    Thank you for the excellent explanation in this course 😀

  • @mirazh8216
    @mirazh8216 6 місяців тому +1

    I can't explain how important you are for the youtube community

  • @mahaalibrahim7934
    @mahaalibrahim7934 10 місяців тому +1

    Good explanation

  • @xanbamboo2997
    @xanbamboo2997 4 місяці тому +1

    Thanks man!!!!

  • @nike9852
    @nike9852 8 місяців тому +1

    good job

  • @kumailraza260
    @kumailraza260 4 місяці тому +1

    😍

  • @md.yeasin5214
    @md.yeasin5214 Рік тому +1

    😍😍😍

  • @meryyy7569
    @meryyy7569 5 місяців тому +1

    but the data get saved in the database before we verify the email, i don't want the data to get saved until i verify the email, how i can solve this problem?

    • @errorsolutioncode
      @errorsolutioncode  5 місяців тому

      You can use different table after verify the email after store in real table

  • @minhsontruong6090
    @minhsontruong6090 3 місяці тому +1

    showing this error -> Trying to access array offset on value of type null
    on line this Mail::to($save->email)->send(new RegisterMail($save));
    i did the same as you but it shows this error please help me

  • @DEEPAKSHARMA-lt6yc
    @DEEPAKSHARMA-lt6yc Рік тому +1

    Please upload the video on E-commerce laravel 10 series

  • @Web-developer0
    @Web-developer0 6 місяців тому +1

    bro make a video on otp number validation on email or on phone number

    • @errorsolutioncode
      @errorsolutioncode  6 місяців тому

      Email

    • @Web-developer0
      @Web-developer0 6 місяців тому

      @@errorsolutioncode Yes make on email or on mobile number, I mean send a random 6 digit or 8 code on email or user mobile number , then user can verify it after verification if he/she is a Authenticated then Go next to request

  • @ماجدهاحمد-ظ7ذ
    @ماجدهاحمد-ظ7ذ 9 місяців тому +1

    please how to appear go to definition in menu

  • @MohitKumar-jg4ry
    @MohitKumar-jg4ry 6 місяців тому +1

    Showing this error -> Trying to access array offset on value of type null
    on line this Mail::to($save->email)->send(new RegisterMail($save));
    All the thing doing as you do but show again and again this error😶‍🌫 pls reply

    • @errorsolutioncode
      @errorsolutioncode  6 місяців тому

      You can try to condition wise bro

    • @MohitKumar-jg4ry
      @MohitKumar-jg4ry 6 місяців тому +1

      @@errorsolutioncode condition wise means ??

    • @jagonganpedia
      @jagonganpedia 4 місяці тому

      @@MohitKumar-jg4ry if(!empty($array['key'])) {
      Mail::to($save->email)->send( new RegisterMail($save));
      }

    • @minhsontruong6090
      @minhsontruong6090 3 місяці тому

      @@MohitKumar-jg4ry I am facing this error, have you fixed it yet? Please help me

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

    Hello! The error appeared: view [emails.register] not found (on moment 11:52). How to fix it? P.S.: IDE - PHPSHTORM.

  • @tusharm.8161
    @tusharm.8161 Рік тому +1

    Can you do CRM project in Laravel