Тёмный

NEW Laravel 10: 10 Main Things in 10 Minutes 

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

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

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
@dran8
@dran8 Год назад
woah, even the video is exactly 10 minutes long
@Sahrokh
@Sahrokh Год назад
"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.
@vonsofh
@vonsofh Год назад
I just realize the minutes of the video is 10 like laravel 10 too
@dcxwms2151
@dcxwms2151 Год назад
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.. 🤦‍♂
@gkiokan
@gkiokan Год назад
I added the 999th like :) Gj Pavilas. Always a pleasure to watch.
@tagKnife
@tagKnife Год назад
rector can upgrade laravel for free. Shift is just a paid automated version of rector.
@davidlyons24
@davidlyons24 Год назад
Better boring than funny but killing great packages because they became impossible to update in a easy way.
@qfromjerusalem
@qfromjerusalem Год назад
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 Год назад
move to vapor
@CaimAstraea
@CaimAstraea Год назад
They've recently added php 8.1 to amazon linux 2 . Used to pull it from remi repo but now it's supported officialy.
@abdussalamnayeem
@abdussalamnayeem Год назад
Thanks for your quick informative video.
@ricko13
@ricko13 Год назад
is the video 10 minutes long on purpose? 😜
@LaravelDaily
@LaravelDaily Год назад
At first it wasn't but then I felt it's close enough, so edited it to be exactly 10 minutes :)
@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?
@Сергій-ц6ж
@Сергій-ц6ж Год назад
Thank you for your videos!
@paulfontaine7819
@paulfontaine7819 Год назад
It is 10 and not 9.something because of the breaking changes.
@shinyakoizumi601
@shinyakoizumi601 6 месяцев назад
Do you use laravel shift for production environment?
@LaravelDaily
@LaravelDaily 6 месяцев назад
Yes
@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... :(
@shubhamsahuSD
@shubhamsahuSD Год назад
Waiting for livewire 3
@morteza55510
@morteza55510 Год назад
For me it was removing annotations and replacing them with return types and type hinting the arguments, they were really annoying
@dat0mri
@dat0mri 9 месяцев назад
+ 10 months ago
@prabinkhadka2317
@prabinkhadka2317 Год назад
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.
@noraddinhassan7590
@noraddinhassan7590 Год назад
do we will.see laravel with swoole to become concurrency
@markbarton6845
@markbarton6845 Год назад
Great review 🎉 thanks 🙏
@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.
@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 Год назад
It's not something that could be answered in a short RU-vid 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
@rorumets
@rorumets Год назад
Super overview
@ello0lithuania
@ello0lithuania Год назад
I cant link find php funny video
@LaravelDaily
@LaravelDaily Год назад
In the description of the video, the link about PHP 8.2
@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 8 месяцев назад
that my friend is the essence of programming, you can't be a problem solver without problems.
@rabiulhassan5760
@rabiulhassan5760 Год назад
Thanks for your video
@GOGODEV
@GOGODEV Год назад
Nice!
@kodekrib
@kodekrib Год назад
Very decisive video. I’m interest in Laravel upgrade from 5.3 to 9
@LaravelDaily
@LaravelDaily Год назад
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 :)
@WhiteSiroi
@WhiteSiroi Год назад
awesome, thank you
@mrx89vienna
@mrx89vienna Год назад
thank you for updating us
@ernestofavio6735
@ernestofavio6735 Год назад
Second comment
@dmitxd
@dmitxd Год назад
Stability
@tayyabyasin7620
@tayyabyasin7620 Год назад
worth watching
@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
@mayanksgajjar
@mayanksgajjar Год назад
Thank you ☺
@faridrizkywijaya2702
@faridrizkywijaya2702 Год назад
Please video about process
@LaravelDaily
@LaravelDaily Год назад
I don't personally use this. Marcel has written a good article about it: beyondco.de/blog/laravel-10-new-process-facade/
Далее
Laravel Security: Top 7 Mistakes Developers Make
11:16
9 Tips for Shorter Laravel Code
10:16
Просмотров 61 тыс.
БЕЛКА ЗВОНИТ ДРУГУ#cat
00:20
Просмотров 929 тыс.
Laravel Mini CRM for Beginners in 1 Hour: Step-by-Step
1:12:57
Faster Eloquent: Avoid Accessors with Foreach
9:35
Просмотров 53 тыс.
Laravel Eloquent: Deeper Relationships with One Query
10:37
Laravel: Re-Validate Price/Stock on Order Submit
6:51
Enums in PHP/Laravel: Add More Functionality
4:34
Просмотров 19 тыс.
PHP Optimization: if-else VS Eloquent::when()
3:20
Просмотров 21 тыс.
БЕЛКА ЗВОНИТ ДРУГУ#cat
00:20
Просмотров 929 тыс.