Laravel 6 Beginner - e6 - Blade Templates

  Рет қаралды 54,219

Coder's Tape

Coder's Tape

Күн бұрын

Пікірлер: 68
@konstruktion
@konstruktion 5 жыл бұрын
I love this voice. :D its so....relaxed!
@radmehraghdam8549
@radmehraghdam8549 4 жыл бұрын
Me too!
@SergioArroyoSailing
@SergioArroyoSailing 4 жыл бұрын
Great work! Super clear , well paced and well-stated instructions! also kudos on the excellent editing! subtle sometimes, but they really smoothed things along :) Keep up the great work!
@zyhon881
@zyhon881 4 жыл бұрын
I love the way you teach. Very simple to understand.
@timothykimari8154
@timothykimari8154 4 жыл бұрын
The best tuts i have ever come across
@jimoholuwasegun9392
@jimoholuwasegun9392 2 жыл бұрын
I just had to subscribe, you are a great teacher!
@Pedr0Diniz
@Pedr0Diniz 4 жыл бұрын
This was an amazing class, thank you so much!
@sartajsingh8459
@sartajsingh8459 4 жыл бұрын
How cool is that!!!! thanks for explaining everything in a simple way
@semantic7790
@semantic7790 3 жыл бұрын
Wow! Thank you for the lessons!
@ProgrammingwithPeter
@ProgrammingwithPeter 5 жыл бұрын
Neat and concise for beginners ! You could speak about $loop too.
@tibfox
@tibfox 2 жыл бұрын
Wow thank you for this!
@milad5554
@milad5554 4 жыл бұрын
Comprehensive and easy , you are life saver 🙏
@TriinTamburiin
@TriinTamburiin 4 жыл бұрын
Love your tutorials!
@elkhanhamet2561
@elkhanhamet2561 3 жыл бұрын
thank you Victor!!!
@IbrahimMohammad2023
@IbrahimMohammad2023 4 жыл бұрын
I can not stop myself from watching , this is amazing 😍
@RajibAhmad
@RajibAhmad 4 жыл бұрын
Man U r great... want a lot more from U..
@spidernerds
@spidernerds 3 жыл бұрын
love this great stuff
@Troy-ol5fk
@Troy-ol5fk 4 жыл бұрын
This really helps me a lot
@adsheff
@adsheff 3 жыл бұрын
I don't get it. PHP IS a templating engine. Why does Laravel recreate things that already exist with slightly different syntax? Just seems to be needless extra overhead. For example, or @foreach ($services as $service) Why have they created an alias for an already brief statement?
@lemurza5236
@lemurza5236 5 жыл бұрын
Love your channel man.
@CodersTape
@CodersTape 5 жыл бұрын
Thanks.
@donxnik
@donxnik 4 жыл бұрын
wow I didn't know about @empty stuff thanks man you are cool
@itsme5859
@itsme5859 4 жыл бұрын
Wonderful lessons, thank you! Can you say what theme you use in phpstorm?
@freyarusso154
@freyarusso154 4 жыл бұрын
Thank you very much! This was very useful for me!
@bakhadirtureev1215
@bakhadirtureev1215 2 жыл бұрын
Hundred likes from me!!!
@Penitent85
@Penitent85 8 ай бұрын
The best
@westfield90
@westfield90 4 жыл бұрын
Thank you
@yangkevin8888
@yangkevin8888 4 жыл бұрын
I am new to php at 2:47 how did you pull a bunch of code out
@mateuszm980
@mateuszm980 4 жыл бұрын
What plugin/shortcut do you use for syntax like "ul>10*li" in PS (7:25)?
@nhemgomia1010
@nhemgomia1010 4 жыл бұрын
It's called Emmet
@mateuszm980
@mateuszm980 4 жыл бұрын
@@nhemgomia1010 Thank you
@nhemgomia1010
@nhemgomia1010 4 жыл бұрын
@@mateuszm980 Happy to help. :)
@Yash42189
@Yash42189 4 жыл бұрын
did the snares have to be so loud?
@omarbailal5751
@omarbailal5751 4 жыл бұрын
thank you man
@dgloria
@dgloria 4 жыл бұрын
Hi, video is very blurry on 720, it's hurting my eyes. Please increase quality or font size. Thank you.
@JohnSmith-zl8rz
@JohnSmith-zl8rz 4 жыл бұрын
Best than Laracast!
@lakshmiprasanna3506
@lakshmiprasanna3506 4 жыл бұрын
why don't you do in vs code.
@kamranahmed7046
@kamranahmed7046 3 жыл бұрын
Only dumbs are gonna dislike this tutorial... This is amazing tutorial
@AlJapairai
@AlJapairai 2 жыл бұрын
In the HelloController.php I kept trying with: return view(view: 'services', data: compact(varname: 'services')); but it didn't worked for me, then I tried this: return view(view: 'services', data: compact('services')); and it worked fine, maybe it is different PHP version.
@igortimbalenco434
@igortimbalenco434 4 жыл бұрын
Great video! Thank you for the lessons! Unfortunately when doing exactly the same stuff getting "Invalid argument supplied for foreach()"... Already made some googling but with no success.. Could please someone advise what might be wrong?
@giancarlonajito4577
@giancarlonajito4577 4 жыл бұрын
same error how do you fixed it?
@1moskri2
@1moskri2 4 жыл бұрын
it says that your services variable is not an array
@terryrocker8681
@terryrocker8681 4 жыл бұрын
how do you add a title to the template (app.blade.php)? it provides the template but how can we add a title for it's self? @yield('title')
@gustavobauer6543
@gustavobauer6543 3 жыл бұрын
@section('title', 'your title')
@adam192021
@adam192021 5 жыл бұрын
The BEST as always!
@jaylugia5905
@jaylugia5905 4 жыл бұрын
It won't let me open services
@douglasmandela4029
@douglasmandela4029 4 жыл бұрын
Thanks for this. 12:21 when you pass the services array using compact method don't work on me, i had to pass them as an array>>>return view('services', ['services' =>$services]);
@kennethkipchumba2532
@kennethkipchumba2532 4 жыл бұрын
It brings syntax error ?
@douglasmandela4029
@douglasmandela4029 4 жыл бұрын
@@kennethkipchumba2532 i sorted this, thanks though
@alimoalim100
@alimoalim100 4 жыл бұрын
says: Attribute [view] does not exist. Route::view('/about', 'about'); I wanna shortcut view inside Controller, only view without performs any action
@BrentDominic
@BrentDominic 4 жыл бұрын
How to do the shortcut at 2:29?
@arsalanhussain6499
@arsalanhussain6499 5 жыл бұрын
your videos are great and helpfull . i want to ask something When i pass view as a string it does not work here is my helloController index function public function index(){ return view(view:'app'); } i am using vscode and it gives me syntax error and on browser it does not work to
@CodersTape
@CodersTape 5 жыл бұрын
You copied some extra code that is just an IDE type hint. Change it to this public function index(){ return view('app'); } The :view part is just a typehint
@arsalanhussain6499
@arsalanhussain6499 5 жыл бұрын
@@CodersTape So you are saying that when you return a view in your IDE it is just a hint?
@arsalanhussain6499
@arsalanhussain6499 5 жыл бұрын
@@CodersTape Thank you very much i was so confused with that .
@kennethkipchumba2532
@kennethkipchumba2532 4 жыл бұрын
@@CodersTape I had fallen into that trap too.
@luqamran3467
@luqamran3467 4 жыл бұрын
@@CodersTape thank you so much i'm also confused with that type hint
@FerdzGaming
@FerdzGaming 4 жыл бұрын
1:46 exact same code but got syntax error. Help!
@AlphyGacheru
@AlphyGacheru 4 жыл бұрын
Share the error output you get!
@latlov
@latlov 5 жыл бұрын
10:35 navbar in another file and the use @include. 14:00 @foreach ---> @forelse @empty
@lakshmiprasanna3506
@lakshmiprasanna3506 4 жыл бұрын
$services=[ 'service1', 'service2', ]; return view('services')->data(compact(myvar('services')); } getting error
@naxionman
@naxionman 3 жыл бұрын
For laravel 8 change: Route::get('/hello', 'HelloController@index'); to: Route::get('/hello', [HelloController::class, 'index']);
@AlJapairai
@AlJapairai 2 жыл бұрын
That didn't work for me, I used: Route::get('/hello', 'App\Http\Controllers\HelloController@index');
@naxionman
@naxionman 2 жыл бұрын
@@AlJapairai Alternatively you can have the line : "use App\Http\Controllers\HelloController; " on top of the web.php. This is useful when this particular controller is used more than once in the file.
@AlJapairai
@AlJapairai 2 жыл бұрын
@@naxionman Thank you, that was very helpful, and your comments in the other videos.
@kuttalu
@kuttalu 4 жыл бұрын
404 : page not found
@jjcodexcode2877
@jjcodexcode2877 4 жыл бұрын
Parece a voz do Goku na dublagem brasileira. Não sei como é a voz dele em outras linguas.
@niazmakhdum3562
@niazmakhdum3562 4 жыл бұрын
the problem is that you teach and show things too fast therefore its difficult to get it for beginners
Laravel 6 Beginner - e7 - MySQL Database & SQLite
20:47
Coder's Tape
Рет қаралды 48 М.
Laravel 6 Beginner - e9 - RESTful Controllers Part 1
18:09
Coder's Tape
Рет қаралды 36 М.
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 124 МЛН
兔子姐姐最终逃走了吗?#小丑#兔子警官#家庭
00:58
小蚂蚁和小宇宙
Рет қаралды 13 МЛН
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 80 МЛН
Laravel с нуля. Урок 4. Blade шаблонизатор
30:26
Просто о Laravel. CutCode
Рет қаралды 12 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
Laravel 6 Beginner - e8 - Form Validation
25:34
Coder's Tape
Рет қаралды 48 М.
Laravel 6 Beginner - e10 - RESTful Controllers Part 2
17:20
Coder's Tape
Рет қаралды 23 М.
Laravel 6 Advanced - e1 - Service Container
23:27
Coder's Tape
Рет қаралды 274 М.
Laravel 6 Beginner - e14 - Sending Emails
9:45
Coder's Tape
Рет қаралды 71 М.
Laravel 6 Advanced - e7 - Repository Pattern
23:24
Coder's Tape
Рет қаралды 103 М.
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,5 МЛН
The Tools I Use to Build Products in Laravel
19:00
Josh Cirre
Рет қаралды 35 М.
Laravel 6 Advanced - e6 - Pipelines
28:53
Coder's Tape
Рет қаралды 52 М.