NEW Laravel 10: 10 Main Things in 10 Minutes

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • Here's my personal review of the new features and changes in this week's Laravel 10.
    Links mentioned in the video:
    - Laravel 10 Upgrade Guide: laravel.com/docs/10.x/upgrade
    - Laravel 10 Release Notes: laravel.com/docs/10.x/releases
    - PHP 8.2: Honest Trailer • PHP 8.2: Honest Trailer
    - Parameter Types in Laravel 10: Why It's So Important • Parameter Types in Lar...
    - Upgrade to Laravel 10 with Shift: FREE Giveaway and Demo • Upgrade to Laravel 10 ...
    - - - - -
    Support the channel by checking out my products:
    - My Laravel courses: laraveldaily.com/courses
    - Laravel QuickAdminPanel: quickadminpanel.com
    - Livewire Kit Components: livewirekit.com
    - - - - -
    Other places to follow:
    - My weekly Laravel newsletter: us11.campaign-archive.com/hom...
    - My personal Twitter: / povilaskorop
  • Jak na to + styl

Komentáře • 54

  • @abdussalamnayeem
    @abdussalamnayeem Před rokem +2

    Thanks for your quick informative video.

  • @dran8
    @dran8 Před rokem +34

    woah, even the video is exactly 10 minutes long

  • @user-bu7ck7cm9j
    @user-bu7ck7cm9j Před rokem +2

    Thank you for your videos!

  • @markbarton6845
    @markbarton6845 Před rokem +1

    Great review 🎉 thanks 🙏

  • @mrx89vienna
    @mrx89vienna Před rokem

    thank you for updating us

  • @WallyJ2K
    @WallyJ2K Před rokem

    Your videos are always so great! They make me want to get back into coding. But I can't keep up any more. I spend hours debugging my apps and it takes me too long. Great video as always.

    • @Bindie
      @Bindie Před 5 měsíci +1

      that my friend is the essence of programming, you can't be a problem solver without problems.

  • @mayanksgajjar
    @mayanksgajjar Před rokem

    Thank you ☺

  • @WhiteSiroi
    @WhiteSiroi Před rokem

    awesome, thank you

  • @vonsofh
    @vonsofh Před rokem +5

    I just realize the minutes of the video is 10 like laravel 10 too

  • @rorumets
    @rorumets Před rokem +1

    Super overview

  • @rabiulhassan5760
    @rabiulhassan5760 Před rokem

    Thanks for your video

  • @kodekrib
    @kodekrib Před rokem

    Very decisive video. I’m interest in Laravel upgrade from 5.3 to 9

    • @LaravelDaily
      @LaravelDaily  Před rokem +5

      It's a long process.
      I would use Laravel Shift for this and upgrade version by version.
      Alternatively, create a new Laravel 10 project and then copy-paste separate parts from the old application.
      Also writing automated tests is a must for this.
      It would be actually a good course if your project is small and you're happy to share the code in public so I could help :)

  • @GOGODEV
    @GOGODEV Před rokem

    Nice!

  • @gkiokan
    @gkiokan Před rokem +1

    I added the 999th like :) Gj Pavilas. Always a pleasure to watch.

  • @Sahrokh
    @Sahrokh Před rokem +13

    "Laravel 10 is boring". *GOOD* . If I wanted to spend endless nights debugging ever-changing code, spend endless hours to stay up-to-date with the latest update that changes release version by "0.00.01" yet makes half code broken, then I'd work as a Javascript developer. No, like many, I make a living by delivering reliable, polished, consistent software. Laravel is very good but it always grated me the heavy "magic functionality" usage and the too frequent updates. Now we finally get something that won't break my schedule.

    • @gorgo666
      @gorgo666 Před rokem

      Completely agree. I still have a LOB app running on Laravel 5.3. When I look at the upgrade guide and the amount of breaking changes to move it up, I wonder in awe who is doing this in a production environment. Laravel is fantastic, but I think most users are the kind churning out greenfield apps and projects and then moving on to the next exciting thing. When it comes to supporting Laravel apps longer term in a real world production business environment, where development is just one of the hats I have to wear, stability and business continuity is the name of the game.

  • @tayyabyasin7620
    @tayyabyasin7620 Před rokem

    worth watching

  • @dcxwms2151
    @dcxwms2151 Před rokem +5

    The fun never ends when there's upgrades...
    laravel/framework replaces illuminate/support and thus cannot coexist with it.
    - illuminate/support[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.2.0) does not satisfy that requirement.
    - illuminate/support[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.2.0) does not satisfy that requirement.
    - illuminate/support[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.2.0) does not satisfy that requirement.
    and so on and so on...will get it all resolved eventually but as always it's more painful than anticipated..
    🤦‍♂

  • @ebrasha9263
    @ebrasha9263 Před rokem

    Hello, what do you think is the best framework for web developers? In general, what framework do you think is better than Laravel?

  • @benoit.viguier
    @benoit.viguier Před rokem

    An actually nasty impact change is breaking feature is the change on DB::raw() when using multi index on DB with text fields... :(

  • @tagKnife
    @tagKnife Před rokem +1

    rector can upgrade laravel for free. Shift is just a paid automated version of rector.

  • @noraddinhassan7590
    @noraddinhassan7590 Před rokem

    do we will.see laravel with swoole to become concurrency

  • @shinyakoizumi601
    @shinyakoizumi601 Před 4 měsíci

    Do you use laravel shift for production environment?

  • @anafro_ru
    @anafro_ru Před rokem

    So why do I need Laravel Shift when upgrading from 9 to 10 is just upgrading the packages?

    • @LaravelDaily
      @LaravelDaily  Před rokem

      Convenience. And as I showed, it doesn't just perform the upgrade, does more work. But in case of Laravel 9 to 10, I agree it's not much.

  • @gavrilos-mentor
    @gavrilos-mentor Před rokem

    Any idea why Precognition is not in the docs?

    • @LaravelDaily
      @LaravelDaily  Před rokem

      I've done a video about it, and was waiting for it, but it seems the feature itself vecame kinda abandoned, not sure why

  • @qfromjerusalem
    @qfromjerusalem Před rokem +4

    Laravel 10 requires php8.1 at least. Unfortunately, I have php8.0 since my servers are stateless EC2 built over Amazon Linux 2 which ships with 8.0. So I think I will be stuck with Laravel9 for a while

    • @werty2172
      @werty2172 Před rokem +1

      move to vapor

    • @CaimAstraea
      @CaimAstraea Před rokem +1

      They've recently added php 8.1 to amazon linux 2 . Used to pull it from remi repo but now it's supported officialy.

  • @shubhamsahuSD
    @shubhamsahuSD Před rokem +1

    Waiting for livewire 3

  • @Andris_Briedis
    @Andris_Briedis Před rokem

    I have a problem. I want, should, update laravel to the latest LTS (9) version. The project is on 5.5. But the project is not small. Divided into modules.
    Has anyone done a similar update?
    Updating by version doesn't seem like a solution. You have to look for all the problems every time. And not all of them will be found.
    It seems that the best thing would be to take a new 9 version and transfer all the code. There will just be a lot of mistakes. 100% Until they are caught, there will be a lot of "trouble".
    Any suggestions?

    • @LaravelDaily
      @LaravelDaily  Před rokem +2

      It's not something that could be answered in a short CZcams comment. I'm thinking to maybe create a course on such scenario but still not sure, as such upgrade is usually weeks of work, not even days or hours. And yes for such old version I would probably recreate from scratch and copy parts

    • @spyderguy2772
      @spyderguy2772 Před rokem

      Laravel shift might help

  • @mortezaayashi9581
    @mortezaayashi9581 Před rokem

    For me it was removing annotations and replacing them with return types and type hinting the arguments, they were really annoying

  • @prabinkhadka2317
    @prabinkhadka2317 Před rokem +1

    If anyone has installed Laravel 10 with breeze dark mode, kindly inform if the UI is only dark mode or you can toggle

    • @germangomez3794
      @germangomez3794 Před rokem

      Idk man but you can do a manual toggle with some lines of js

    • @arifbudimanarrosyid
      @arifbudimanarrosyid Před rokem

      the default dark mode is base on window system preference, you can change to class and make toggle for it.

    • @epicgameryt4052
      @epicgameryt4052 Před rokem

      Pretty sure Taylor used TailwindCSS. Have a look at TailwindCSS dark/light mode.

  • @faridrizkywijaya2702
    @faridrizkywijaya2702 Před rokem

    Please video about process

    • @LaravelDaily
      @LaravelDaily  Před rokem +1

      I don't personally use this. Marcel has written a good article about it: beyondco.de/blog/laravel-10-new-process-facade/

  • @dmitxd
    @dmitxd Před rokem

    Stability

  • @ernestofavio6735
    @ernestofavio6735 Před rokem

    Second comment

  • @paulfontaine7819
    @paulfontaine7819 Před rokem

    It is 10 and not 9.something because of the breaking changes.

  • @ricko13
    @ricko13 Před rokem +2

    is the video 10 minutes long on purpose? 😜

    • @LaravelDaily
      @LaravelDaily  Před rokem +7

      At first it wasn't but then I felt it's close enough, so edited it to be exactly 10 minutes :)

  • @ello0lithuania
    @ello0lithuania Před rokem +1

    I cant link find php funny video

    • @LaravelDaily
      @LaravelDaily  Před rokem

      In the description of the video, the link about PHP 8.2

  • @dat0mri
    @dat0mri Před 6 měsíci

    + 10 months ago

  • @davidlyons24
    @davidlyons24 Před rokem +1

    Better boring than funny but killing great packages because they became impossible to update in a easy way.