Комментарии •

  • @kemal6039
    @kemal6039 Месяц назад +2

    Jeffrey : I estimate this episode to be *seven* minutes.
    Me :
    *Looks at the title.*
    *Looks at the timestamp.*
    *Sighs.*

  • @aSquare.a
    @aSquare.a 27 дней назад

    Maybe you share this magic recipe ? ;) Best of the best

  • @martin.j.osborne
    @martin.j.osborne Месяц назад +2

    One thing that seems to be missing from the validation when a person registers is a check that there isn't already a user with the email address that the person entered. Could there be some magic that is doing that?? Or maybe it will be covered in a later episode.

    • @dawoodfaiz2338
      @dawoodfaiz2338 Месяц назад +4

      Yeah, it could be done by applying a new rule like this (I want the email column in the users table to hold unique value)
      $attributes = request()->validate([
      'email' => ['required', 'email', 'unique:users,email']
      ]);

  • @phusedallas3536
    @phusedallas3536 Месяц назад

    After logging out, if I click on the back button it shows the logout button .ie Maybe it logs me back in

  • @ergurkha3157
    @ergurkha3157 Месяц назад +1

    an old fashioned, right?

  • @scott_itall8638
    @scott_itall8638 Месяц назад

    oddly User::create does not exist.

  • @AlbertCloete
    @AlbertCloete Месяц назад +3

    Your time estimates are getting worse with each video. Is this part of preparing newbies for real developer jobs?

    • @CoderzF1
      @CoderzF1 Месяц назад +4

      the time estimates are jokes. meant to be fun

    • @TheGkmasta
      @TheGkmasta Месяц назад

      I was thinking the same thing. Teaching people how to BS during stand ups, lol