Bro, we are not talking about implicit controller (using 'ControllerName' instead of ControllerName::class) but the new Route::controller group method implemented in 8.80 and 9.x (see the first chapters of the video)
omg, it is very nice to hear jefferey way here, i took your laravel 8 from scratch course from laracast, it was amazing, i love your voice and way to teaching, love from Asia/Pakistan
It was bad idea to watch this video at night 🤣. Because night theme is enabled in the editor, but not in browser. I'm just blind) Thanks for video! I will come later)
Hey Jeffrey, great explanation of new features. Love it! BTW, the new accessor/mutator API isn't exclusive to L9, I'm using it in L8 also, thanks to the Laravel team for this.
I know this voice , I rememeber learning Laravel back in the beginning when nobody knewit . Of course I didn't continue other wise I would have been the bigest expert about it :(
Hi sir I got an error in laravel Value in the SESSION gets stored if I send it with POSTMAN and i can get the value in different function. But if I do same with AXIOS, value will get stored only till that called function ends .After if I want to access that value with different function it will return null. Earlier even with POSTMAN value was not getting stored. After adding Illuminate\Session\Middleware\StartSession::class it works fine with POSTMAN and not with AXIOS
Thinking of "Str::of" methods... why does it work even tho I haven't imported it with "use Illuminate\Support\Str;"? PHP intelephense accuses the error " Undefined type 'Str' " but it still renders the output. Am I missing something obvious maybe?
Thinking of "Str::of" methods... why does it work even tho I haven't imported it with "use Illuminate\Support\Str;"? PHP intelephense accuses the error " Undefined type 'Str' " but it still renders the output. Am I missing something obvious maybe?
Hello sir, I'm trying the mutator in laravel 9 with basic first_name and last_name as required fields in User model, with below code, but it's not working? ( in the database in the full_name column it's NULL protected function fullName(): Attribute { return Attribute::make( get: fn() => $this->first_name . ' ' . $this->last_name, set: fn() => $this->first_name . ' ' . $this->last_name, ); }
Hi Jeffery, you miss one cool feature in laravel 9, I've found this recently when you have a syntax error your computer will make a sound to notify you that you have an error, before going further. How cool is that?
20+ years of everyone doing several workarounds to deal with it. It won't be overnight that people will adopt it... Change the pattern they created at their projects/companies etc
Hi Jeffrey,
High Quality, short and sweet,
Tons of great things going here.
Thank you for creating such an amazing content.
Just a side note: Route::controller is also available in 8.x since 8.80
Bro, implicit controller is announced since 4.2
Bro, we are not talking about implicit controller (using 'ControllerName' instead of ControllerName::class) but the new Route::controller group method implemented in 8.80 and 9.x (see the first chapters of the video)
Thanks for the amazing content! Anyone else noticed that he sounds so much like a more chilled version of Sheldon Cooper?
omg, it is very nice to hear jefferey way here, i took your laravel 8 from scratch course from laracast, it was amazing, i love your voice and way to teaching, love from Asia/Pakistan
Hi Jeffery,
Thanks for this quick and high quality review, that's really helpful to do easier the transition beetween versions 8 and 9!
It was bad idea to watch this video at night 🤣. Because night theme is enabled in the editor, but not in browser. I'm just blind)
Thanks for video! I will come later)
Make a video like this one for Laravel 10, and also make a similar video for the upcoming Laravel 11. Best video ever.
We can store blade files in the database and render them using Blade::render. We can use it for email template purposes.
We allow user configurable templates for alert notifications. Previously, we were using a "StringBlade Compiler" package, so this is nice.
You are the best teacher out there! Keep doing the good work man!
I can listen to you whole days
Hi, guys. I had a really problem when I booted first time laravel 8 on my M1 laptop. Now it's fixed, pretty cool, all work perfect and fast.
hey Jeffrey, really good stuff. I just love the way to teach. Thanks for this quick video.
Thank you Jeffrey sharing this knowledge.
You are awesome jeffrey! 😍
You've just got a new subscriber
I like it! Nicely done. Keep up the great work you're doing.
Loved migration's anon classes.
thats a beautiful wallpaper
Hey Jeffrey, thanks for a quick review.
Thank you. LearningLaravel from you. Greetings from Nepal.
I LOVE THE LARAVEL ROUTE CONTROLLER THING!!"!!!!!!
I miss Laracasts, will be back ASAP.
Hey Jeffrey, great explanation of new features. Love it! BTW, the new accessor/mutator API isn't exclusive to L9, I'm using it in L8 also, thanks to the Laravel team for this.
Hi Jeffrey, can you share your terminal settings, theme and plugins? 🙏🙏
➕1️⃣
+1
up.
and can you tell me, what tools are used in this video? like texteditor, browser, terminal ? thanks
up please
+1 for me as well, Please Jeffrey, I too would like to know the iterm theme and plugins you are using in this video?
Great video keep going !!
Thank you Jeff! Really cool stuff! :)
Thanks Jeffery , very clear and well explained
Hi Jeffery, great intro video, super helpful. Quick question, maybe someone asked this already, but I'm curious to know your terminal config :)
The route grouping has been long awaited.
Thanks for your hard work to ease our lives xD
Thank you, very informative, already started using some cases already!
Hello Jeff,
I love your PhpStorm's theme and font can you please make a mini series or some sort of larabits within laracasts itself to cover it ?
Check Laracasts series
@@danieladesubomioniya1084 can you please provide link for that?
I had watched the older one few years back but this new theme seems promising.
Theme Carbon, Font Jetbrains Mono
Nice one Jeff
Wow beautiful.
Thanks Jeff!
Great thanks Jeffery for your amazing explain 👍
Thank you so much for high quality video!!! 🤩
Nice video! What terminal app / plugins / theme do you use?
same need to knooowww
i think that is Fleet IDE by Jetbrains
hi, can you tell me, what tools are used in this video? like texteditor, browser, terminal ? thanks
Very nice new features.
Nice tutorial , thank you very much, my dear .
Thank you for great effort.
I know this voice , I rememeber learning Laravel back in the beginning when nobody knewit . Of course I didn't continue other wise I would have been the bigest expert about it :(
Where did you go, then?
*Love from Banglades*
hi, we are from Indonesian, especially from makassar south celebes
Im exited to learn new from 6 to 9 hahaha
Hi sir I got an error in laravel
Value in the SESSION gets stored if I send it with POSTMAN and i can get the value in different function.
But if I do same with AXIOS, value will get stored only till that called function ends .After if I want to access that value with different function it will return null.
Earlier even with POSTMAN value was not getting stored.
After adding Illuminate\Session\Middleware\StartSession::class it works fine with POSTMAN and not with AXIOS
Thinking of "Str::of" methods... why does it work even tho I haven't imported it with "use Illuminate\Support\Str;"? PHP intelephense accuses the error " Undefined type 'Str' " but it still renders the output. Am I missing something obvious maybe?
I think Blade::render will be useful in Jetstream for rendering small laravel blade components and notifications
very nice, what extension are you using to be able to format the json response in your browser
Firefox renders json nicely like that natively.
@@ElvenSpellmaker is ther any chrome extension to do like this?
Is it required to have indexes on columns for Scout database search?
I realized some of these features are in 8 eg the controller route. accessor/mutator API etc
Great video! What's the name of the database client manager that you're using? It looks close to sequelPro
I think it's TablePlus
I haven't used laravel since version 5 this has changed so much what do you recommend I start?
4:53 Does that mean the Str function is already imported in all the controllers as str?
Thinking of "Str::of" methods... why does it work even tho I haven't imported it with "use Illuminate\Support\Str;"? PHP intelephense accuses the error " Undefined type 'Str' " but it still renders the output. Am I missing something obvious maybe?
route listing in l8 is way better visually than l9. Bring it back... asap
Can you please share your php storm theme? Looks gorgeous
Hello sir, I'm trying the mutator in laravel 9 with basic first_name and last_name as required fields in User model, with below code, but it's not working? ( in the database in the full_name column it's NULL
protected function fullName(): Attribute
{
return Attribute::make(
get: fn() => $this->first_name . ' ' . $this->last_name,
set: fn() => $this->first_name . ' ' . $this->last_name,
);
}
What ide/code editor is he using?
phpstorm (0:46)
But it would be good to know what theme and fonts were used. Looks amazing!
@@Arlasdarier But what is the terminal
It's the Carbon theme with the Jetbrains Mono font.
Sir, your coding speed is so fast!
Hi Jeffery, you miss one cool feature in laravel 9, I've found this recently when you have a syntax error your computer will make a sound to notify you that you have an error, before going further. How cool is that?
Has Laravel scrapped LTS? 9 was supposed to be LTS but looking at the release notes now, it's no longer the case.
Hello Sir,
May I pelase have your phpstorm settings file or theme configuration ? It's so beautiful that I fall in love with it the moment I saw it.
Hi, what ide are you using?
What is the browser you use?
What kind of terminal app is that?
It's called Warp.
Which editor you are using?
Hello, will you make a project with that version
when lara make and support midules structure?
What editor & terminal is he using!?
Thank you so much. May I know the your dbms?
when i install it by laravel new ... it installed 8.6. how should i install laravel 9
check your php version, need 8+
What IDE / Theme / Font is that?
Ide is phostorm with material theme.
@@rishabharyal1195 thanks but it’s actually the carbon theme.
@@prepped8551 aah yeah, i use Material theme and its really indistinguishable from one from the video.
@@rishabharyal1195 no worries. I only know it’s Carbon because Jeffrey answered the same question somewhere else in these comments.
very cool
w0aaa, you didn't say what was the application you opened to type the command?
Great!!
hi dude, what IDE tool are you using?
Phpstorm
why when use constrained() error ?
I expect laravel jump from version 8 to 10 like other technology companies
what text editor are you using?
That's PHPStorm with the Carbon theme.
@@Laracastsofficial Carbon theme. Where have you been all my life?
Selamun aleykum gardaşlar.
Anyone find it funny that he didn't use the str function at the end 😂
Don't use ligatures, because i have no idea what is behind them.
Aweso
SO basically the upgrade is A HELL LOT OF HELPERS ...... aka bloatware for experts but God send for noobs .
laravel change my life not my code
cant stress enough how much is bothering me switching from dark theme code editor to all white browser
💙
Please who know the theme IDE name of this vdo ?
what is the name of the sqlite program?
TablePlus bro !
@@phefochis6149 thxxx you're best
@@polatdev You're welcome !
the new version should contain perfomanance but unfortunately, we didn't get it
Theme please
what is this editor
Enum is something I’m not gonna deal with.
This isn't the first time I read this. Tell us why?
20+ years of everyone doing several workarounds to deal with it. It won't be overnight that people will adopt it... Change the pattern they created at their projects/companies etc
eanjg, belum tuntas aku belajar laravel 8, udah ada ja laravel 9.
Hi
Todddd
@@WhoAmI-jb4fi Sibok bh win
#محاکمه_روحانی_غربگرایان
Trongate is superior.
Hi, im from indonesia
I wish its get work