What's New in Laravel v8.64

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

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

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

    Holy crap octane is fast.. just started using it on vapor and I'm super impressed. Keep up the good work.

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

    this is promising , just a feedback ( i'm not trying to be rude 😅 ) if taylor gives the "what's new in laravel" episodes because Mohammed here has it hard pronouncing words correctly , it would be better for Mohammed to do an arabic version of "what's new in laravel" episodes
    keep up the good work

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

    whereBelongsTo: In that situation I'd do $posts = $category->posts()->get() for the same functionality (assuming the hasMany relationship is defined and isn't loaded yet). It does look useful when you add the ability to use it multiple times. And it does look nicer when your query starts with the Model class instead of a variable.
    LazilyRefreshDatabase: Nice.
    reduceMany: I use reduce a lot. This will come in handy.
    @aware: I don't write components that much but it looks really good.

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

      $category->posts

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

    The commit to use the new LazilyRefreshDatabase trait in the default TestCase was reverted by Taylor in PR #5700 in the laravel/laravel repository.

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

    I thought that the LazilyRefreshDatabase was implemented with database Transaction; which means that it won't work well if a test contain sql such as truncate. In which case DatabaseMigration trait is useful. If LazilyRefreshDatabase is now default how can we test code that has truncate? I have had to change truncate on a temp table to delete which is slower

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

    15h per day working. just want to be like you.🙂🙂

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

    Wait is this the main laravel channel

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

      yes

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

      @@themsaid wowww

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

    @aware is lit

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

    Couple of typos in the Post::whereBelongsTo.. screenshot, Blongs should be Belongs, and ->get() should be used only once. :)

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

      Yes I noticed 😅 sorrrry

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

    great

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

    Thanks a lot :)