Add Authentication (Login & Register) with Laravel Breeze 😎

Sdílet
Vložit
  • čas přidán 27. 08. 2023
  • Add authentication to laravel in 5 minutes
    On this episode we will learn how to add authentication to laravel using a package called laravel breeze.
    Breeze Link :
    laravel.com/docs/10.x/starter...
    Playlist of Laravel 10 Tutorial Course :
    • Laravel 10 Beginners C...
    What is Laravel :
    Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model-view-controller architectural pattern and based on Symfony.
    en.wikipedia.org/wiki/Laravel
    If you're looking to learn how to authenticate a user using Laravel 10, then this is the video for you! In this tutorial, In this tutorial, we'll create a simple registration form that users will be able to submit.
    If you have any questions or problems please leave a comment.
    Laravel Blade
    Laravel crash course
    Laravel Database and crud tutorial
    Laravel Login and Authentication
    Laravel registration

Komentáře • 22

  • @ivanbarta2821
    @ivanbarta2821 Před 11 měsíci +7

    This channel is getting really good 👍

  • @jenniebintatswanya3873
    @jenniebintatswanya3873 Před 4 měsíci +1

    Your tutorials are very good! Please do a video on customizing Breeze!

  • @abujihadsalahudin
    @abujihadsalahudin Před 6 měsíci

    Please make a video about customizing breeze

  • @alphabitz
    @alphabitz Před 10 měsíci +3

    yipe...do some customization with laravel breeze

  • @HamadAbdulla_7
    @HamadAbdulla_7 Před 11 měsíci +2

    Nice Thanks!

    • @yelocode
      @yelocode  Před 11 měsíci

      Thanks for watching Hamad.

  • @sofiamalik8835
    @sofiamalik8835 Před 3 měsíci

    I dont know why but i am getting the error get method not supported after i install the laravel breeze ,but i did not change anything

  • @MrOryly
    @MrOryly Před 11 měsíci +2

    thank you, sir 👍

  • @WEESPlayzZz
    @WEESPlayzZz Před 11 měsíci +2

    Can we do it with laravel & livewire 3 , like one page application? Pls make a tutorial❤❤❤♥️

    • @yelocode
      @yelocode  Před 10 měsíci +2

      There is another package called laravel jetstream. It uses livewire 3 I just made a video about it.
      I will be uploading a project based course with laravel and livewire using it on first week of September

  • @pubg_prikol6620
    @pubg_prikol6620 Před 5 měsíci +1

    thank you broo

  • @cyruskojie
    @cyruskojie Před 11 měsíci +1

    Can you integrate with livewire 3 and mary-ui with breeze?

    • @yelocode
      @yelocode  Před 11 měsíci +3

      You can, but if you want to use livewire, laravel jetstream is a better starter kit, it uses livewire out the box, you just need to replace the default blade components with the mary ui

    • @cyruskojie
      @cyruskojie Před 11 měsíci

      previously already used livewire2 + jetstream. just want to go for simpler method using breeze. If only you could make tutorial to cover this, and add your previous datatable and modal form lesson in it.

    • @immanuelnganga3920
      @immanuelnganga3920 Před 5 měsíci

      @@yelocode whats the difference between breeze liveware and jetstream
      i really like your work
      do more

  • @dominicdeheuer937
    @dominicdeheuer937 Před 11 měsíci

    How to test the backend when user changes their password?

    • @yelocode
      @yelocode  Před 11 měsíci

      By test, do you mean unit/integration test? or check / get notified when user changes their password to perform some logic ex: send an email to them?

  • @WEESPlayzZz
    @WEESPlayzZz Před 11 měsíci +1

    Can you add email verification using code ?

    • @yelocode
      @yelocode  Před 10 měsíci

      Yes it does support email verification, I will make a video on how to enable it soon.