Laravel Automatic Password Hashing

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

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

  • @lordnk3698
    @lordnk3698 2 ปีที่แล้ว +1

    I can finally sleep , thanks a lot

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

    Nice video! Really convenient way of making your code cleaner 👍

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

    nice video, hello bro could you please teach me, i saw you using vscode right? and what plugin did you use to right click and than import class?

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

    Which SQL client did you use in this video? Looks pretty neat, looking to move away from Sequel Pro since it seems it doesn't get updated nowadays

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

      @@questkogre Is sure does, i hade no idea TablePlus existed but it looks pretty neat, gonna give it a try, thanks 👍

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

      It's Postico :)

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

    Nice video, what theme did you use on vscode ?

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

      I use the theme Absent from Rainglow (rainglow.io/)

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

    How to get import class option, i have installed Php intelliphense it imports the class when i type the Name of the class and hit enter when suggestion comes up, but if i copied code from another file then i dont have that import class option

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

    Hey do you know how to hasing file for example Docx/pdf on laravel?

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

    great video alex, havnt thought about using attribute modifiers much

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

    Why do we need hash when we can allow access to database only from localhost? So we can hide all tables from random users

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

    It help me a lot, thanks

  • @ador989
    @ador989 ปีที่แล้ว

    Thank you 🤩

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

    What's the name of editors theme

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

    You could make your password 'secret' or 'someWord', instead of 'password'. This way you might confuse someone who is just starting learning Laravel.
    Just my two cents :)

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

      You know what, I even confuse myself with this example sometimes! Thanks for this.