NEW Laravel 10: 10 Main Things in 10 Minutes

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 54

  • @dran8
    @dran8 Год назад +34

    woah, even the video is exactly 10 minutes long

  • @Sahrokh
    @Sahrokh Год назад +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 Год назад

      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.

  • @Сергій-ц6ж
    @Сергій-ц6ж Год назад +2

    Thank you for your videos!

  • @dcxwms2151
    @dcxwms2151 Год назад +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..
    🤦‍♂

  • @markbarton6845
    @markbarton6845 Год назад +1

    Great review 🎉 thanks 🙏

  • @tagKnife
    @tagKnife Год назад +1

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

  • @WhiteSiroi
    @WhiteSiroi Год назад

    awesome, thank you

  • @benoit.viguier
    @benoit.viguier Год назад

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

  • @GOGODEV
    @GOGODEV Год назад

    Nice!

  • @tayyabyasin7620
    @tayyabyasin7620 Год назад

    worth watching

  • @prabinkhadka2317
    @prabinkhadka2317 Год назад +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 Год назад

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

    • @arifbudimanarrosyid
      @arifbudimanarrosyid Год назад

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

    • @epicgameryt4052
      @epicgameryt4052 Год назад

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

  • @Andris_Briedis
    @Andris_Briedis Год назад

    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  Год назад +2

      It's not something that could be answered in a short RUclips 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 Год назад

      Laravel shift might help

  • @shubhamsahuSD
    @shubhamsahuSD Год назад +1

    Waiting for livewire 3

  • @faridrizkywijaya2702
    @faridrizkywijaya2702 Год назад

    Please video about process

    • @LaravelDaily
      @LaravelDaily  Год назад +1

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

  • @ello0lithuania
    @ello0lithuania Год назад +1

    I cant link find php funny video

    • @LaravelDaily
      @LaravelDaily  Год назад

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

  • @davidlyons24
    @davidlyons24 Год назад +1

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

  • @vonsofh
    @vonsofh Год назад +5

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

  • @qfromjerusalem
    @qfromjerusalem Год назад +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 Год назад +1

      move to vapor

    • @CaimAstraea
      @CaimAstraea Год назад +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.

  • @gkiokan
    @gkiokan Год назад +1

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

  • @ricko13
    @ricko13 Год назад +2

    is the video 10 minutes long on purpose? 😜

    • @LaravelDaily
      @LaravelDaily  Год назад +7

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

  • @abdussalamnayeem
    @abdussalamnayeem Год назад +2

    Thanks for your quick informative video.

  • @dat0mri
    @dat0mri 9 месяцев назад

    + 10 months ago

  • @shinyakoizumi601
    @shinyakoizumi601 6 месяцев назад

    Do you use laravel shift for production environment?

  • @rorumets
    @rorumets Год назад +1

    Super overview

  • @ebrasha9263
    @ebrasha9263 Год назад

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

  • @paulfontaine7819
    @paulfontaine7819 Год назад

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

  • @morteza55510
    @morteza55510 Год назад

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

  • @noraddinhassan7590
    @noraddinhassan7590 Год назад

    do we will.see laravel with swoole to become concurrency

  • @rabiulhassan5760
    @rabiulhassan5760 Год назад

    Thanks for your video

  • @anafro_ru
    @anafro_ru Год назад

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

    • @LaravelDaily
      @LaravelDaily  Год назад

      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.

  • @WallyJ2K
    @WallyJ2K Год назад

    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 7 месяцев назад +1

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

  • @mrx89vienna
    @mrx89vienna Год назад

    thank you for updating us

  • @kodekrib
    @kodekrib Год назад

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

    • @LaravelDaily
      @LaravelDaily  Год назад +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 :)

  • @ernestofavio6735
    @ernestofavio6735 Год назад

    Second comment

  • @mayanksgajjar
    @mayanksgajjar Год назад

    Thank you ☺

  • @dmitxd
    @dmitxd Год назад

    Stability

  • @gavrilos-mentor
    @gavrilos-mentor Год назад

    Any idea why Precognition is not in the docs?

    • @LaravelDaily
      @LaravelDaily  Год назад

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