Love the attention to detail with the dedicated background color and wallpaper on screen.
@LaravelPHP6 ай бұрын
Thank you 😊
@fkwebdev7 ай бұрын
Laravel with Livewire is amazing 😍 I just completed an ecommerce project with it
@LaravelPHP6 ай бұрын
That's awesome! Congrats 💪
@fkwebdev6 ай бұрын
@@LaravelPHP thanks ☺️
@wlakovic7 ай бұрын
Livewire is just getting better and better. Caleb is doing such an amazing job. I really recommend the screencasts of LW3, because it not only shows how powerful this package is, but he shows you his best ways of programming, which is in some cases just nuts.
@LaravelPHP6 ай бұрын
We agree, the screencasts are really good 👍 --> livewire.laravel.com/screencast/getting_started/installation
@HiImKyle4 ай бұрын
Your recording of the editor makes it a little confusing on what's going on, but other than that, neat..
@codewithtresor7 ай бұрын
You can have some result when you use livewire when you don't know frontend framework instead of vue, react
@mrakhmad6 ай бұрын
TALL is magic ❤❤❤
@simonswiss7 ай бұрын
Are you using a teleprompter where you put the code window? I see you're making "eye contact" the whole time 👀
@LaravelPHP6 ай бұрын
Yeah right. It is quite small, but good training for my eyes 😅
@syntaxsavvy27087 ай бұрын
what extension do you use in phpstorm to cover the entire tailwind class?
@JaiveersinhChavda7 ай бұрын
It's tailwind fold extension
@LaravelPHP6 ай бұрын
That is correct 👍
@srhanzd30227 ай бұрын
I love laravel ❤❤❤
@LaravelPHP6 ай бұрын
We love you too ❤️
@uncle_ebene7 ай бұрын
Is the search function a laravel feature?
@mikethetreeclimber77 ай бұрын
Yes, I believe it is a macro that was added a in laravel 10
@LaravelPHP6 ай бұрын
This one in the video is a custom one I built. But if you use Laravel Scout, then this comes with a search function too.