Sir if we want to lorem ipsum use inside html just write lorem*50 or lorem*100 then enter.By the way thank you very much for your Laravel's videos.
@romer-dev9 ай бұрын
I dont skip ads for thanking you man
@SABSTECH_HUBАй бұрын
Best video ever... you solved my problem...
@CristianKirk9 ай бұрын
Coming from Symfony, just learning Laravel. I have to say that I like way more how Symfony solves this type of thing using blocks. I hope I can get used to this. Thanks for the tutorials.
@youaskforit5 ай бұрын
Back in 2016, I used to like Symfony's Twig, but after using Laravel's Blade, I appreciate Blade more. For example: In Twig: {{ user.full_name|upper }} In Blade: {{ strtoupper($user->full_name) }} While Twig looks simpler, Blade stays truer to native PHP syntax by not introducing dot notation or pipes. When I needed to use a PHP function that wasn’t available in Twig, I had to extend Twig, which was very inconvenient. I’m not sure how it is these days since I haven’t touched Symfony for a long time, but I prefer Blade. It's better in many ways than Twig.
@SohaibHasan5 ай бұрын
Great video. Exactly something I've been looking for today.
@yelocode5 ай бұрын
Thanks for watching. Great to hear that!
@dejandjosic125810 ай бұрын
Great explaining! Love your series man. Keep going with the good work
@yelocode9 ай бұрын
Thanks, will do!
@skia515 Жыл бұрын
Thank. For using layout I doing this in controller: return view('template/header').view('content').view('template/footer'); I learn it from Codeigniter :D
@yelocode Жыл бұрын
Nice tip. Didn't know you could chain call the view helper.
@overseer69434 ай бұрын
this video gave me the same feeling as thomas edison creating the light bulb.
@norbertperka92318 ай бұрын
That's nice explanation but I have different question I for my project 2 pages ' gallery ' and ' contact' when changing pages its blinking , something like reloading css, I'm using Laravel with mix, what might coz it. I can't find any good explanation. Any guid ?
@youaskforit5 ай бұрын
Emmet can generate lorem ipsum. lorem, lorem10 (10 words), lorem*5 (5 paragraphs). It should work in vscode and phpstorm or any editor where Emmet works.
@acegear6 ай бұрын
is its better to use x-layout slot? vs yeild view , xlayout click to me better
@KonnarakYahath5 ай бұрын
Really helpful content❤❤
@yelocode5 ай бұрын
Glad to hear that.
@YeHtet-w3g4 ай бұрын
Thanks a lot sir
@yelocode4 ай бұрын
Thanks for watching.
@CastroUbuntu7 ай бұрын
Hi guys, In case if config name doesn't change (like in my case), please clear config cache: php artisan config:clear
@allenliu70662 ай бұрын
Whats the "Format" shortcut?
@allenliu70662 ай бұрын
ctrl + shift + P
@doviscookie Жыл бұрын
Hey, what Vscode theme are you using?
@yelocode Жыл бұрын
I'm using Monokai Pro theme, filter octagon version color variation.
@mymy_oneseven Жыл бұрын
hello why is it that your blade files icon are different?it's laravel icon. is it an extension? which one?
@yelocode Жыл бұрын
It's added by the vs code theme I'm using, it's called monokai pro.
@mymy_oneseven Жыл бұрын
Thanks
@mymy_oneseven Жыл бұрын
Btw do you have a tutorial on how to set up bootstrap locally on laravel?
@thamoddya Жыл бұрын
Thank You sooooo much 🥰
@yelocode Жыл бұрын
You’re welcome. Thank you for watching.
@aliabednar8035 Жыл бұрын
when i add space on the app name of .env file, It breaks the site. How do we fix this? I want to add space between app name
@yelocode Жыл бұрын
If you have space, you can wrap your site name in "" marks. It should solve the issue something like this: APP_NAME="Yelo News"
@ΓιάννηςΚαπετανεας11 ай бұрын
My dude need your help with your help. I need to create a website for my thesis and the problem is that i cant connect fucking php and css to create even the Navigator bar!