NEW Laravel 11: Review of 11 Features/Changes

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • So, the new version is out! Let's quickly run through the changes, and I will shoot separate deeper dives for some of these topics.
    Links mentioned in the video:
    - [Text Article] Laravel 11: Main New Features and Changes laraveldaily.c...
    - [Updated FREE Course] Laravel 11 For Beginners: Your First Project laraveldaily.c...
    - [Premium Course] Testing in Laravel 11 For Beginners laraveldaily.c...
    - [Docs] Official Upgrade Guide laravel.com/do...
    - - - - -
    Support the channel by checking out my products:
    - My Laravel courses: laraveldaily.c...
    - Filament examples: filamentexampl...
    - Livewire Kit Components: livewirekit.com
    - - - - -
    Other places to follow:
    - My weekly Laravel newsletter: us11.campaign-...
    - My personal Twitter: / povilaskorop

КОМЕНТАРІ • 56

  • @alungeanu
    @alungeanu 6 місяців тому +11

    Also, MariaDB is listed as a separate sql driver in v11. 🎉

    • @ricko13
      @ricko13 6 місяців тому +8

      docs: the new MariaDB driver behaves like the current MySQL driver with one exception: the uuid schema builder method creates native UUID columns instead of char(36) columns.

  • @JoseHenrique-xg1lp
    @JoseHenrique-xg1lp 5 місяців тому +1

    Great news! I just wish there was a native way of writing "create or replace view" in the migration and compatible Models.

  • @eddyoliveiram
    @eddyoliveiram 6 місяців тому +2

    Adding limit earger loading was great

  • @mdazhardware
    @mdazhardware 6 місяців тому +4

    I appreciate this informative video and look forward to seeing more in-depth ones on the same captioned subject.

  • @stephenr85
    @stephenr85 6 місяців тому +2

    Thanks for the birds eye view! This is helpful.

  • @vitalvesneto
    @vitalvesneto 6 місяців тому +2

    I particularly found the updates interesting!

  • @RichardJeremiah-w8k
    @RichardJeremiah-w8k 6 місяців тому +10

    Does it mean laravel would be faster? I kinda like the minimalist approach in the upgraded version though.. Allowing developers to focus on what matters.

    • @LaravelDaily
      @LaravelDaily  6 місяців тому +20

      It was never really too slow, so these changes are not about speed and performance, more about clarity and cleanup.

    • @uacode
      @uacode 6 місяців тому +1

      ​@@LaravelDaily Hello, can you make some speed comparison between 8-11 version?

  • @LoganathanNatarajanlogudotcom
    @LoganathanNatarajanlogudotcom 6 місяців тому

    thank you very much for the updated tutorial..

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

    thanks for the update

  • @vlauciani
    @vlauciani 6 місяців тому +1

    Thanks for the video!
    I use Laravel to build API; the Sanctum installation is mandatory with API core? I do not use it…
    Thank you

    • @blalmal10a
      @blalmal10a 6 місяців тому +2

      you can actually remove "laravel/sanctum" in composer.json
      composer update
      composer dump-autoload
      but i highly recommend using the sanctum api token authentication, it is simple, straight-forward and very well handled

  • @NeverCodeAlone
    @NeverCodeAlone 6 місяців тому

    Super video. Thx a lot!!

  • @luishamedmedinavaca377
    @luishamedmedinavaca377 5 місяців тому +1

    I'd never heard about eager limit 🤔

  • @lazycat4349
    @lazycat4349 5 місяців тому

    Sir, why is it in my folder structure has webpack.mix.js when it is supposed to have vite.config.js?

  • @MazharPinjari-uc7cf
    @MazharPinjari-uc7cf 5 місяців тому

    please make playlist and also numbering the video

  • @AnasAnowar
    @AnasAnowar 6 місяців тому

    Please make a video tutorial about Laravel Revarb

  • @athleticed9753
    @athleticed9753 6 місяців тому

    Should I update from Laravel 10 to Laravel 11, or should I create a new project with Laravel 11 installed? If I update from the older version to Laravel 11, it will maintain the old folder structure. What would you recommend?

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

      You could use Laravel Shift. It costs money (not a lot though for what it does), and you have to use a git repo, but it's a massive time saver

  • @mohamedmahdy6739
    @mohamedmahdy6739 6 місяців тому

    Thank you

  • @MrAtomUniverse
    @MrAtomUniverse 6 місяців тому

    Postgresql is missing

  • @oleksii_letscode
    @oleksii_letscode 6 місяців тому

    I really like Laravel 11 slim skeleton

  • @AMoktar
    @AMoktar 6 місяців тому

    Thanks 🙏

  • @zeentrez8220
    @zeentrez8220 6 місяців тому

    Whats deferent betwen laravel-debugger and the new health feature?

    • @LaravelDaily
      @LaravelDaily  6 місяців тому +1

      Debugbar works with a lot of features by default. With health, you need to configure a lot yourself. For now.

  • @vrj93
    @vrj93 6 місяців тому +1

    looking forward to Slim Skeleton...

  • @AzDavai
    @AzDavai 6 місяців тому

    Hello Sir,
    I'm currently using composer via : *"composer create-project laravel/larevel:^11.0 ProjectName"* to create a new project, but this command is not asking details about the installation ( _starter kit, database_ ...) like the command you used *"laravel new ProjectName"* .
    Even when I'm using the same command as you, it's not showing up.
    What have you done to make it work like this ?

    • @LaravelDaily
      @LaravelDaily  6 місяців тому

      You need to upgrade the laravel/installer package first, to the latest version.

    • @blalmal10a
      @blalmal10a 6 місяців тому

      composer global require laravel/installer
      laravel new project-name
      there are some more "options" available when using the "laravel new" command

  • @sawood2010
    @sawood2010 6 місяців тому

    Do you plan to cover reverb?

    • @LaravelDaily
      @LaravelDaily  6 місяців тому +3

      Yes, in a few weeks, need to test it out myself first, on some project.

  • @profrafaelcamargo
    @profrafaelcamargo 6 місяців тому

    Are you planning to add Laravel 11 to QuickAdminPanel?

    • @LaravelDaily
      @LaravelDaily  6 місяців тому +1

      No, unfortunately not. The new structure means that we would need to re-create the whole generator, which would take a few months at least.
      It doesn't make financial sense for us, QuickAdminPanel doesn't bring that much revenue anymore.

    • @profrafaelcamargo
      @profrafaelcamargo 6 місяців тому

      @@LaravelDaily Thanks for answering, and congrats for the great job!

  • @josiasvelazquez1095
    @josiasvelazquez1095 6 місяців тому

    great! 🤟

  • @jonwinder6622
    @jonwinder6622 6 місяців тому +2

    Ugh of course right after I started a huge project in 10

  • @RafaelCapati
    @RafaelCapati 6 місяців тому

    Jetstream update soon?

    • @krekas
      @krekas 6 місяців тому

      update of what?

    • @RafaelCapati
      @RafaelCapati 6 місяців тому

      @@krekasJetstream right now support Laravel 10.x

    • @LaravelDaily
      @LaravelDaily  6 місяців тому +1

      I think the new Jetstream v5 was released with Laravel 11 update.
      As well as Laravel Breeze v2.

    • @RafaelCapati
      @RafaelCapati 6 місяців тому

      @@LaravelDaily You're right, I recently installed jetstream just before the update.

  • @jonwinder6622
    @jonwinder6622 6 місяців тому

    Who else knew this video was coming today lol

  • @raymytech
    @raymytech 6 місяців тому

    The course is not free as claimed

    • @LaravelDaily
      @LaravelDaily  6 місяців тому

      What do you mean? If you get into the course, the content is not shown? Can you give the exact URL when that happens?

    • @raymytech
      @raymytech 6 місяців тому

      @@LaravelDaily yes, it's asking for membership

    • @LaravelDaily
      @LaravelDaily  6 місяців тому

      Maybe you're looking at a wrong course? Give the exact URL please, then I can check. Or email me povilas@laraveldaily.com

    • @raymytech
      @raymytech 6 місяців тому

      @@LaravelDaily I visited from your description. But I'll mail you.

    • @LaravelDaily
      @LaravelDaily  6 місяців тому +1

      Actually found the thing you told about - it was just showing the button that you need a subscription. Fixed that.
      But the lessons were available for free if you clicked the lesson.

  • @gilneyn.mathias1134
    @gilneyn.mathias1134 6 місяців тому +2

    Hiding things don't make it better, worst update ever... 🤮 🤮 🤮 🤮 🤮

  • @kirayamato6128
    @kirayamato6128 6 місяців тому

    IMO, LARVAEL 11 structure sucks, lots of bugs, undocumented code and not clear. they should have a two options for installation, one for slim then other is for the old structure.

    • @kirayamato6128
      @kirayamato6128 6 місяців тому +1

      and version 11 focused in the full-stack not the restful api. which is not really good for me since. lol

    • @krekas
      @krekas 6 місяців тому

      @@kirayamato6128huh? `php artisan install:api`?

  • @MazharPinjari-uc7cf
    @MazharPinjari-uc7cf 5 місяців тому

    please make playlist and also numbering the video