NEW Laravel 11: Review of 11 Features/Changes

  Рет қаралды 27,001

Laravel Daily

Laravel Daily

4 ай бұрын

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.com/post/laravel...
- [Updated FREE Course] Laravel 11 For Beginners: Your First Project laraveldaily.com/course/larav...
- [Premium Course] Testing in Laravel 11 For Beginners laraveldaily.com/course/testi...
- [Docs] Official Upgrade Guide laravel.com/docs/11.x/upgrade
- - - - -
Support the channel by checking out my products:
- My Laravel courses: laraveldaily.com/courses
- Filament examples: filamentexamples.com
- Livewire Kit Components: livewirekit.com
- - - - -
Other places to follow:
- My weekly Laravel newsletter: us11.campaign-archive.com/hom...
- My personal Twitter: / povilaskorop

Пікірлер: 56
@stephenr85
@stephenr85 4 ай бұрын
Thanks for the birds eye view! This is helpful.
@andreivirgillungeanu5542
@andreivirgillungeanu5542 4 ай бұрын
Also, MariaDB is listed as a separate sql driver in v11. 🎉
@ricko13
@ricko13 4 ай бұрын
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.
@LoganathanNatarajanlogudotcom
@LoganathanNatarajanlogudotcom 4 ай бұрын
thank you very much for the updated tutorial..
@vitalvesneto
@vitalvesneto 4 ай бұрын
I particularly found the updates interesting!
@eddyoliveiram
@eddyoliveiram 4 ай бұрын
Adding limit earger loading was great
@aliebi13
@aliebi13 2 ай бұрын
thanks for the update
@JoseHenrique-xg1lp
@JoseHenrique-xg1lp 3 ай бұрын
Great news! I just wish there was a native way of writing "create or replace view" in the migration and compatible Models.
@NeverCodeAlone
@NeverCodeAlone 4 ай бұрын
Super video. Thx a lot!!
@AMoktar
@AMoktar 4 ай бұрын
Thanks 🙏
@mohamedmahdy6739
@mohamedmahdy6739 4 ай бұрын
Thank you
@mdazhardware
@mdazhardware 4 ай бұрын
I appreciate this informative video and look forward to seeing more in-depth ones on the same captioned subject.
@josiasvelazquez1095
@josiasvelazquez1095 4 ай бұрын
great! 🤟
@user-sd6co7mq1o
@user-sd6co7mq1o 4 ай бұрын
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 4 ай бұрын
It was never really too slow, so these changes are not about speed and performance, more about clarity and cleanup.
@uacode
@uacode 4 ай бұрын
​@@LaravelDaily Hello, can you make some speed comparison between 8-11 version?
@luishamedmedinavaca377
@luishamedmedinavaca377 3 ай бұрын
I'd never heard about eager limit 🤔
@lazycat4349
@lazycat4349 3 ай бұрын
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 3 ай бұрын
please make playlist and also numbering the video
@athleticed9753
@athleticed9753 4 ай бұрын
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 2 ай бұрын
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
@oleksii_letscode
@oleksii_letscode 4 ай бұрын
I really like Laravel 11 slim skeleton
@AnasAnowar
@AnasAnowar 4 ай бұрын
Please make a video tutorial about Laravel Revarb
@vlauciani
@vlauciani 4 ай бұрын
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 4 ай бұрын
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
@vrj93
@vrj93 4 ай бұрын
looking forward to Slim Skeleton...
@AzDavai
@AzDavai 4 ай бұрын
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 4 ай бұрын
You need to upgrade the laravel/installer package first, to the latest version.
@blalmal10a
@blalmal10a 4 ай бұрын
composer global require laravel/installer laravel new project-name there are some more "options" available when using the "laravel new" command
@zeentrez8220
@zeentrez8220 4 ай бұрын
Whats deferent betwen laravel-debugger and the new health feature?
@LaravelDaily
@LaravelDaily 4 ай бұрын
Debugbar works with a lot of features by default. With health, you need to configure a lot yourself. For now.
@sawood2010
@sawood2010 4 ай бұрын
Do you plan to cover reverb?
@LaravelDaily
@LaravelDaily 4 ай бұрын
Yes, in a few weeks, need to test it out myself first, on some project.
@jonwinder6622
@jonwinder6622 4 ай бұрын
Ugh of course right after I started a huge project in 10
@MrAtomUniverse
@MrAtomUniverse 4 ай бұрын
Postgresql is missing
@profrafaelcamargo
@profrafaelcamargo 4 ай бұрын
Are you planning to add Laravel 11 to QuickAdminPanel?
@LaravelDaily
@LaravelDaily 4 ай бұрын
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 4 ай бұрын
@@LaravelDaily Thanks for answering, and congrats for the great job!
@RafaelCapati
@RafaelCapati 4 ай бұрын
Jetstream update soon?
@krekas
@krekas 4 ай бұрын
update of what?
@RafaelCapati
@RafaelCapati 4 ай бұрын
@@krekasJetstream right now support Laravel 10.x
@LaravelDaily
@LaravelDaily 4 ай бұрын
I think the new Jetstream v5 was released with Laravel 11 update. As well as Laravel Breeze v2.
@RafaelCapati
@RafaelCapati 4 ай бұрын
@@LaravelDaily You're right, I recently installed jetstream just before the update.
@jonwinder6622
@jonwinder6622 4 ай бұрын
Who else knew this video was coming today lol
@raymytech
@raymytech 4 ай бұрын
The course is not free as claimed
@LaravelDaily
@LaravelDaily 4 ай бұрын
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 4 ай бұрын
@@LaravelDaily yes, it's asking for membership
@LaravelDaily
@LaravelDaily 4 ай бұрын
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 4 ай бұрын
@@LaravelDaily I visited from your description. But I'll mail you.
@LaravelDaily
@LaravelDaily 4 ай бұрын
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 4 ай бұрын
Hiding things don't make it better, worst update ever... 🤮 🤮 🤮 🤮 🤮
@kirayamato6128
@kirayamato6128 4 ай бұрын
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 4 ай бұрын
and version 11 focused in the full-stack not the restful api. which is not really good for me since. lol
@krekas
@krekas 4 ай бұрын
@@kirayamato6128huh? `php artisan install:api`?
@MazharPinjari-uc7cf
@MazharPinjari-uc7cf 3 ай бұрын
please make playlist and also numbering the video
Top 5 Laravel "Bad Practices" (My Opinion)
10:32
Laravel Daily
Рет қаралды 19 М.
LARACON EU 2024 // TAYLOR OTWELL :: LARAVEL UPDATE
1:10:48
Laracon EU
Рет қаралды 52 М.
Best father #shorts by Secret Vlog
00:18
Secret Vlog
Рет қаралды 22 МЛН
DEFINITELY NOT HAPPENING ON MY WATCH! 😒
00:12
Laro Benz
Рет қаралды 53 МЛН
ТАМАЕВ УНИЧТОЖИЛ CLS ВЕНГАЛБИ! Конфликт с Ахмедом?!
25:37
50 YouTubers Fight For $1,000,000
41:27
MrBeast
Рет қаралды 156 МЛН
Laravel 11 под капотом. Что нового?
16:28
Просто о Laravel. CutCode
Рет қаралды 10 М.
Laravel Eloquent: Deeper Relationships with One Query
10:37
Laravel Daily
Рет қаралды 138 М.
You might not need useEffect() ...
21:45
Academind
Рет қаралды 154 М.
Why Don't We Have A Laravel For JavaScript?
12:36
Theo - t3․gg
Рет қаралды 90 М.
Laravel Controller Code: Move to Model, Service, Action or Job?
12:51
Laravel Daily
Рет қаралды 104 М.
14 Quick Laravel Tips in 9 Minutes: May 2024
9:09
Laravel Daily
Рет қаралды 10 М.
What’s new in Angular v18
20:08
Angular
Рет қаралды 107 М.
You should just choose Laravel
13:23
Josh Cirre
Рет қаралды 28 М.
The Big Headless CMS Lie (James Mikrut)
18:14
Vercel
Рет қаралды 50 М.
Getting Started with Laravel Reverb
10:44
Laravel
Рет қаралды 25 М.
Pleased the disabled person! #shorts
0:43
Dimon Markov
Рет қаралды 8 МЛН
О, бабушка, дай конфетку! (Кремлина микс)
0:44
А на даче жизнь иначе!
Рет қаралды 2,7 МЛН
2 CẢNH NÀY AI XEM CŨNG PHẢI A DI ĐÀ PHẬT
0:16
Trần ĐếnTV
Рет қаралды 6 МЛН
Getting kids hooked on motorcycles not drugs 👏
0:18
Twinstunts
Рет қаралды 14 МЛН
What’s In This Box?
0:51
Clean Girl
Рет қаралды 21 МЛН
Duolingo RABBIA! 😡! 🔥 #duolingo #anger #clay #insideout2
0:14