Тёмный
No video :(

NEW Laravel 11: Review of 11 Features/Changes 

Laravel Daily
Подписаться 143 тыс.
Просмотров 28 тыс.
50% 1

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

Опубликовано:

 

12 мар 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@andreivirgillungeanu5542
@andreivirgillungeanu5542 5 месяцев назад
Also, MariaDB is listed as a separate sql driver in v11. 🎉
@ricko13
@ricko13 5 месяцев назад
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 4 месяца назад
Great news! I just wish there was a native way of writing "create or replace view" in the migration and compatible Models.
@stephenr85
@stephenr85 5 месяцев назад
Thanks for the birds eye view! This is helpful.
@mdazhardware
@mdazhardware 5 месяцев назад
I appreciate this informative video and look forward to seeing more in-depth ones on the same captioned subject.
@eddyoliveiram
@eddyoliveiram 5 месяцев назад
Adding limit earger loading was great
@vitalvesneto
@vitalvesneto 5 месяцев назад
I particularly found the updates interesting!
@user-sd6co7mq1o
@user-sd6co7mq1o 5 месяцев назад
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 5 месяцев назад
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?
@lazycat4349
@lazycat4349 3 месяца назад
Sir, why is it in my folder structure has webpack.mix.js when it is supposed to have vite.config.js?
@LoganathanNatarajanlogudotcom
@LoganathanNatarajanlogudotcom 5 месяцев назад
thank you very much for the updated tutorial..
@vlauciani
@vlauciani 5 месяцев назад
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
@MazharPinjari-uc7cf
@MazharPinjari-uc7cf 4 месяца назад
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 3 месяца назад
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
@aliebi13
@aliebi13 3 месяца назад
thanks for the update
@luishamedmedinavaca377
@luishamedmedinavaca377 4 месяца назад
I'd never heard about eager limit 🤔
@NeverCodeAlone
@NeverCodeAlone 4 месяца назад
Super video. Thx a lot!!
@AnasAnowar
@AnasAnowar 4 месяца назад
Please make a video tutorial about Laravel Revarb
@oleksii_letscode
@oleksii_letscode 4 месяца назад
I really like Laravel 11 slim skeleton
@mohamedmahdy6739
@mohamedmahdy6739 4 месяца назад
Thank you
@zeentrez8220
@zeentrez8220 5 месяцев назад
Whats deferent betwen laravel-debugger and the new health feature?
@LaravelDaily
@LaravelDaily 5 месяцев назад
Debugbar works with a lot of features by default. With health, you need to configure a lot yourself. For now.
@AzDavai
@AzDavai 5 месяцев назад
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 5 месяцев назад
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
@vrj93
@vrj93 5 месяцев назад
looking forward to Slim Skeleton...
@AMoktar
@AMoktar 5 месяцев назад
Thanks 🙏
@jonwinder6622
@jonwinder6622 5 месяцев назад
Ugh of course right after I started a huge project in 10
@MrAtomUniverse
@MrAtomUniverse 5 месяцев назад
Postgresql is missing
@josiasvelazquez1095
@josiasvelazquez1095 5 месяцев назад
great! 🤟
@sawood2010
@sawood2010 5 месяцев назад
Do you plan to cover reverb?
@LaravelDaily
@LaravelDaily 5 месяцев назад
Yes, in a few weeks, need to test it out myself first, on some project.
@profrafaelcamargo
@profrafaelcamargo 5 месяцев назад
Are you planning to add Laravel 11 to QuickAdminPanel?
@LaravelDaily
@LaravelDaily 5 месяцев назад
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 5 месяцев назад
@@LaravelDaily Thanks for answering, and congrats for the great job!
@RafaelCapati
@RafaelCapati 5 месяцев назад
Jetstream update soon?
@krekas
@krekas 5 месяцев назад
update of what?
@RafaelCapati
@RafaelCapati 5 месяцев назад
@@krekasJetstream right now support Laravel 10.x
@LaravelDaily
@LaravelDaily 5 месяцев назад
I think the new Jetstream v5 was released with Laravel 11 update. As well as Laravel Breeze v2.
@RafaelCapati
@RafaelCapati 5 месяцев назад
@@LaravelDaily You're right, I recently installed jetstream just before the update.
@jonwinder6622
@jonwinder6622 5 месяцев назад
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 5 месяцев назад
Hiding things don't make it better, worst update ever... 🤮 🤮 🤮 🤮 🤮
@kirayamato6128
@kirayamato6128 5 месяцев назад
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 5 месяцев назад
and version 11 focused in the full-stack not the restful api. which is not really good for me since. lol
@krekas
@krekas 5 месяцев назад
@@kirayamato6128huh? `php artisan install:api`?
@MazharPinjari-uc7cf
@MazharPinjari-uc7cf 4 месяца назад
please make playlist and also numbering the video
Далее
Top 5 Laravel "Bad Practices" (My Opinion)
10:32
Просмотров 20 тыс.
LARACON EU 2024 // TAYLOR OTWELL :: LARAVEL UPDATE
1:10:48
AMD slayed the dragon - AMD Ryzen 9 9900X & 9950X
8:39
Why is this number everywhere?
23:51
Просмотров 8 млн
Why Don't We Have A Laravel For JavaScript?
12:36
Просмотров 94 тыс.
14 Quick Laravel Tips in 9 Minutes: May 2024
9:09
Просмотров 10 тыс.
Why is Laravel NOT used in Big Development Projects?
11:53
File Upload in Laravel: Main Things You Need To Know
13:58
Laravel + Livewire todo app (and so much more)
16:41
Просмотров 38 тыс.
Getting Started with Laravel Reverb
10:44
Просмотров 27 тыс.