NEW Laravel 10: 10 Main Things in 10 Minutes

preview_player
Показать описание
Here's my personal review of the new features and changes in this week's Laravel 10.

Links mentioned in the video:

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

woah, even the video is exactly 10 minutes long

dran
Автор

Thanks for your quick informative video.

abdussalamnayeem
Автор

"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.

Sahrokh
Автор

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

vonsofh
Автор

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.

WallyJK
Автор

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

kodekrib
Автор

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

gkiokan
Автор

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..
🤦‍♂

dcxwms
Автор

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

benoit.viguier
Автор

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

tagKnife
Автор

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

ebrasha
Автор

do we will.see laravel with swoole to become concurrency

noraddinhassan
Автор

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

qfromjerusalem
Автор

Do you use laravel shift for production environment?

shinyakoizumi
Автор

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

mortezaayashi
Автор

Any idea why Precognition is not in the docs?

gavrilos-mentor
Автор

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

anafro_ru
Автор

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

prabinkhadka
Автор

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?

Andris_Briedis
Автор

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

paulfontaine