11 Laravel/PHP Tips in 8 Minutes: July 2024

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 22

  • @virinom
    @virinom 4 місяці тому +10

    request->fingerprint() was huge for me. I needed similar thing to send a request id to mobile app, so whenever a serverside error occurs, request id will be shown on screen for debug purposes. Currently I was using 2 middlewares, one is to generate request id and assign it to request, and second was to read request id and append it to every response.

  • @leoblanski
    @leoblanski Місяць тому

    Omg, amazing tips, thank you so much guy!!

  • @samuraidenis
    @samuraidenis 4 місяці тому +1

    Thankyou, please continue

  • @BabulMirdha-yl2ce
    @BabulMirdha-yl2ce 3 місяці тому

    Thanks

  • @abdelkaderrefaat4631
    @abdelkaderrefaat4631 4 місяці тому

    Inspirational tips thanks

  • @TalesGrechi
    @TalesGrechi 4 місяці тому

    Great video!

  • @bumblebity2902
    @bumblebity2902 4 місяці тому

    We need extra video about race conditions. How to handle in ORM and DB transaction level?

  • @HadayatNiazi-xp1fz
    @HadayatNiazi-xp1fz 3 місяці тому

    I have concern about the first tip, uppercase to lowercase, is this add extra mili seconds to redirect url from uppercase to lowercase, I am curious to know is it take extra time while loading the url.

  • @delacliqueentertainment4456
    @delacliqueentertainment4456 4 місяці тому

    Nice update

  • @mokhdesigns9589
    @mokhdesigns9589 4 місяці тому

    I have some code that I want to send for review. How should I send it?

    • @LaravelDaily
      @LaravelDaily  4 місяці тому

      I don't do any more code reviews these days, I'm focused on other topics now, sorry

    • @mokhdesigns9589
      @mokhdesigns9589 4 місяці тому

      @@LaravelDaily thanks for replying
      It was just my own way of doing Laravel crud
      It’s fine thanks again

  • @DeveloperMohammedChannel
    @DeveloperMohammedChannel 4 місяці тому

    but why you don't use query builder instead of ORM !!

    • @LaravelDaily
      @LaravelDaily  4 місяці тому

      Both exist for their own reasons and use-cases, depending on the situation.

    • @bumblebity2902
      @bumblebity2902 4 місяці тому

      Why query build? because of optimized queries? If you are good enough you can handle by ORM easily

  • @shubhamsahuSD
    @shubhamsahuSD 4 місяці тому +1

    AI makes mistakes and the blunders

  • @aditya321998
    @aditya321998 4 місяці тому

    "Non Korean Driver"

  • @skeletala
    @skeletala 4 місяці тому

    a good LSP is like a basic human right at this point 😆all languages had this for years except for PHP, no wonder why it's dying: they don't care about the developer.