What's New in Laravel 8.70

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024

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

  • @zakriyarahman
    @zakriyarahman 2 ปีที่แล้ว

    Great job Mohamed! Keep these flowing.

  • @jrdev2353
    @jrdev2353 2 ปีที่แล้ว +6

    5:23 😂 , Thank you Laravel!

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

      You're welcome :D

  • @nurmuhammetallanov9180
    @nurmuhammetallanov9180 2 ปีที่แล้ว

    👍👍👍

  • @raimonds.L
    @raimonds.L 2 ปีที่แล้ว

    Speaking of dates - if I have a date column and I use Model $attribute casting to a Carbon date instance, it will add timezone and my date 2020-10-10 will be converted to e.g. 2020-10-09 22:00

  • @RANJEETKUMAR-wz4dg
    @RANJEETKUMAR-wz4dg 2 ปีที่แล้ว

    thanks

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

    What about your rent office space streaming? Ep9 is final.

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

      We're working on something exciting. Once it's done, I'll resume the stream :)

  • @PavelTodorov
    @PavelTodorov 2 ปีที่แล้ว

    Can you, please, tell me what is the font used in the examples?

  • @denyjackrose6383
    @denyjackrose6383 2 ปีที่แล้ว

    thank you laravel

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

    What's the essence of withoutMiddleware? Why not just move the specific route outside that middleware?

    • @DinaxRaak
      @DinaxRaak 2 ปีที่แล้ว +9

      It can be usefull when you group routes by prefix, for example user/ and those route are protected by auth middleware but lets asume that we can show a public profile for the users, so you can keep that route inside the group but only disable the auth midleware to that route.

  • @ronekhan6098
    @ronekhan6098 2 ปีที่แล้ว

    laravel zoom integration package review please sir

  • @farajalshmre
    @farajalshmre 2 ปีที่แล้ว

    Hello, How do you connect DM

  • @Said-hh6hk
    @Said-hh6hk 2 ปีที่แล้ว

    Try to make it fast..it's little slow compare to other language...It's single thread framework, can you make it multithread so that we can make big applications

  • @puneetmishra7701
    @puneetmishra7701 2 ปีที่แล้ว

    Hi, I have been following your videos, they are quite good. Do you have any suggestions on whats the best way to move to a JWT based authentication/authorisation from cookie based session auth.

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

      That's usually a bad idea. Most clients cannot keep a secret. JWT are not "secure" in that sense.

  • @yourgflikesit
    @yourgflikesit 2 ปีที่แล้ว

    “More easier”, it can’t be more easier, it’s “more easy” or “easier”!

  • @sakthivel-kl1ws
    @sakthivel-kl1ws 2 ปีที่แล้ว

    Next stream when ….

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

      We're working on something exciting. Once it's done, I'll resume the stream :)

  • @jfordgaming9615
    @jfordgaming9615 4 หลายเดือนก่อน

    Laravel becomes slowly over engineered

  • @esra_erimez
    @esra_erimez 2 ปีที่แล้ว

    Is Lavavel still big and bloated? I loved when it first came out but it later became slow.

    • @alicekaterinagraham8988
      @alicekaterinagraham8988 2 ปีที่แล้ว

      You could always try lumen.

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

      It can be big or small, fast or slow. It depends on how you use it. Laravel is just a tool :)