Laravel 6 Beginner - e15 - Authentication - Register, Login & Password Reset

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • If you have tried to follow any older Laravel tutorial about authentication you may have noticed that the command is gone. It has been refactored to an independent package. Let's install that now.
    For the best experience, follow along in our interactive school at www.coderstape...
    Laravel RESTful Controllers
    laravel.com/do...
    DigitalOcean Referral
    m.do.co/c/7dce...
    About This Course
    If you have been looking to learn Laravel, there hasn't been a better time. The framework reached an important point in its life, with the release of Laravel 6. There has never been more demand for Laravel developers than now. In this series, we are going to get you started in your path to becoming a Laravel Artisan. Let's get right to it!

ความคิดเห็น • 40

  • @MPXVM
    @MPXVM 4 ปีที่แล้ว +18

    0:48 laravel new sample-project
    1:15 composer require laravel/ui
    3:07 php artisan
    3:20 php artisan ui:auth
    3:34 php artisan serve

  • @suleimanabdullahi3190
    @suleimanabdullahi3190 4 ปีที่แล้ว +10

    Those stuck on "composer require laravel/ui ", try "composer require laravel/ui "^1.2"... laravel/ui has advanced since the time of this tutorial. Cheers!

    • @timb8721
      @timb8721 3 ปีที่แล้ว

      @Coder's Tape this has to be pinned here up top, lost a couple hours cuz I haven't seen this....

  • @walidbagh
    @walidbagh 4 ปีที่แล้ว +6

    I don't understand why you don't get enough likes, really underrated !

    • @CodersTape
      @CodersTape  4 ปีที่แล้ว +3

      Channel grows a little bit each day. I would greatly appreciate it if you shared it as much as possible. Thanks!

    • @walidbagh
      @walidbagh 4 ปีที่แล้ว +1

      @@CodersTape Agreed 👍

  • @erenkucuker7266
    @erenkucuker7266 4 ปีที่แล้ว +3

    Best web development course I've ever seen Thanks a lot.

    • @jorgea.garzav4650
      @jorgea.garzav4650 3 ปีที่แล้ว

      Agree, they say Laravel is harder to learn than django, but i couldn't even start django tutorials, that are way longer than the two exercises I've tried of Laravel, and I don't even know what to expect from the production server. Yet, I need to learn Django, but it's being too weird to even start (that challenges me).

  • @NirajDhakal
    @NirajDhakal 4 ปีที่แล้ว +1

    I want to learn so much more from you. Best Channel on TH-cam with crystal clear explanation.

  • @SayedAbdelwahed
    @SayedAbdelwahed 4 ปีที่แล้ว +3

    Our teacher,
    Thank you very much.

  • @xdEdgarBest
    @xdEdgarBest 4 ปีที่แล้ว +2

    I love your tutorials. They are good. Thanks a lot.

  • @ProgrammingwithPeter
    @ProgrammingwithPeter 4 ปีที่แล้ว +1

    Your tutorials are amazing!

  • @arisarisandi4202
    @arisarisandi4202 4 ปีที่แล้ว

    Best channel about laravel!

  • @rajeevbhlone-aalugamers
    @rajeevbhlone-aalugamers 3 ปีที่แล้ว

    your videos are really helpful. Please upload videos for multiple authentications. How to authenticate frontend users and backend users.

  • @biliyonnet
    @biliyonnet 4 ปีที่แล้ว +1

    You should have to talk about auth systems in next videos for multiple user types (admins, editors, users which is you did done already)

  • @ignaciomartinchiaravalle
    @ignaciomartinchiaravalle 4 ปีที่แล้ว

    Thanks a lot!! This really helped me!!!

  • @gazorbpazorbian
    @gazorbpazorbian 4 ปีที่แล้ว

    Love your tuts!! You should make a jwt tutorial

  • @ovidiublaga1
    @ovidiublaga1 4 ปีที่แล้ว

    Hello, first of all. These tutorials are beyond awesome. Also, can someone guide me how to implement email account confirmation when a new user registers?. Many thanks

  • @techworld3043
    @techworld3043 4 ปีที่แล้ว

    Amazing video thank you

  • @Kader-su8jr
    @Kader-su8jr 3 ปีที่แล้ว +1

    Does this work now? Since we have Jetstream now

  • @gjvidz
    @gjvidz 4 ปีที่แล้ว

    Can you make a video on how to setup an administrator account? I have this project I'm working on where it only requires an administrator to login, no users. That would be greatly appreciated.

  • @goqorgrigoryan4520
    @goqorgrigoryan4520 3 ปีที่แล้ว

    php artisan ui vue --auth for rendering css

  • @mdsafikulislam9113
    @mdsafikulislam9113 4 ปีที่แล้ว

    Thanks

  • @zippy8890
    @zippy8890 4 ปีที่แล้ว

    wow~~ really useful tnx ;)

  • @rabeeamustafa2228
    @rabeeamustafa2228 4 ปีที่แล้ว

    I hope to create new tutorials for register have two or more steps than register user :)

  • @combustionFreeEngine
    @combustionFreeEngine 4 ปีที่แล้ว

    in the login and registration page, when i put the background image in the app.css it keeps repeating even i have set the background-repeat = no-repeat. please help

  • @slower_1337
    @slower_1337 4 ปีที่แล้ว

    Hey, i have just made my first vue.js spa. How to implement the transition through the pages of the site without breaking the music? I've tried just to put 2 tags to different files, but as I expected, that's not how it works. Colud you help me, please?

    • @CodersTape
      @CodersTape  4 ปีที่แล้ว +2

      You’ll need the music in the parent component as it’s own separate component. Then Vue router to just change the component when you change songs.

    • @slower_1337
      @slower_1337 4 ปีที่แล้ว +1

      @@CodersTape Thanks you, i'll try it)

  • @RafaelXuvisco
    @RafaelXuvisco 4 ปีที่แล้ว

    If the css does not appear, you will need to install nodejs and then run:
    npm install
    npm run dev

  • @masekoprosper3189
    @masekoprosper3189 4 ปีที่แล้ว

    Hello guys i have a problem with mine, when i register it sends data to the database ... but when i try to log in it dos not work it will redirect me to the log in page. Only when i check on remember me is when it will log in. please help

  • @belscode3941
    @belscode3941 4 ปีที่แล้ว

    great tutorial , btw how do you get this clear audio level ?

    • @CodersTape
      @CodersTape  4 ปีที่แล้ว +2

      I converted a small closet space and did some sound treatment to the walls to cut off any echo from the room. Then I do some audio post production to improve volume and consistency

    • @belscode3941
      @belscode3941 4 ปีที่แล้ว

      Coder's Tape thats perfect , thank you so much

  • @AmafeChop
    @AmafeChop 4 ปีที่แล้ว

    My logout button not working what's the problem?

  • @VarunDeva23
    @VarunDeva23 4 ปีที่แล้ว

    Please Teach How to add Logout?

  • @asadiqbal6480
    @asadiqbal6480 4 ปีที่แล้ว

    @code's tape i am trying to install larave/ui package i am facing this type of
    composer require laravel/ui error
    ./composer.json has been updated
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Your requirements could not be resolved to an installable set of packages.
    Problem 1
    - Conclusion: remove laravel/framework v6.18.0
    - Conclusion: don't install laravel/framework v6.18.0
    - laravel/ui 2.x-dev requires illuminate/filesystem ^7.0 -> satisfiable by illuminate/filesystem[7.x-dev, v7.0.0, v7.0.1, v7.0.2].
    - laravel/ui v2.0.0 requires illuminate/filesystem ^7.0 -> satisfiable by illuminate/filesystem[7.x-dev, v7.0.0, v7.0.1, v7.0.2].
    - laravel/ui v2.0.1 requires i
    plz guide me how to solve this Error

    • @brianbinag
      @brianbinag 4 ปีที่แล้ว +1

      The command being used in the video is installing from the current version, so instead, use this command to install from Laravel version 6 :
      composer require laravel/ui:^1.0 --dev
      You can check it in documentation: laravel.com/docs/6.x/frontend#introduction