How To Integrate Html Template In Laravel Step By Step | Laravel Tutorial (2023)

preview_player
Показать описание
How To Integrate Html Template In Laravel Step By Step

Support This Channel :

Join this channel to get access to perks:

Your support will be really appreciated.

Thanks For Watching.

I hope This video was helpful.

If you have any questions then let me know in the comment section.

Best of luck.

#webtechknowledge

You can connect with me with the given links below:

Join this channel to get access to perks:

Follow me on :
Рекомендации по теме
Комментарии
Автор

In laravel 8/9 you need to add controller name in web.php like this

add this at the top of your web.php like this :

use

then you need to write your route like this :

Route::get("/", [TemplateController::class, "index"]);


Hope this helps

WebTechKnowledge
Автор

Thank you for this tutorial, very simple to follow. Keep it up!

lumbanipete
Автор

Superb this is what am i searching . Thanks a lot dude

vikingscrafts
Автор

Thanks for the Video it was really helpful

bcpodcast
Автор

Hi i need help in integrating the HTML ecommerce tempalte into laravel admin ecoomerce dashboard by replacing the previous ecommerece template of laravel

nickukris
Автор

Hey man, nice video! Does it works the same for a social network or more coding is required?

onevibe
Автор

How footer work ?? .. you just use yeild and section .. what you called .. make it work ?? .. or the tamplate have page called footer you didnot show it in the video ?

I reapet your video twice .. and i couldnot find any past for footer you cut

rawaya
Автор

I did this and succeeded too but sir how to integrate other pages ? like the shop page or the contact page

sufiyanxstark
Автор

why not make the footer section an @include rather than an @yeild which requires the footer text to added to all of the other blade files.

caper
Автор

how i can modify the number and email??
in the first page ??

achraf
Автор

works but i am unable to switch between diferent pages

Jonathan-twxm
Автор

bro css i s not loading in website please help

harryjohn
Автор

the error says that the productcontroller is not invokable, what does it mean

reino
Автор

excuse me i kept on getting the same error msg which is "Target class [TemplateController] does not exist.
" although i did exactly the same as you!!

NourTaj_
Автор

in some videos i saw href="{{ asset('assets') } like this to link css and js, but here is nothing like that what's the difference

bibekpaudyal
Автор

At 5:09 I still get [TemplateController] does not exist. error

AbhimanyuNaikareWebDeveloper
Автор

i have laravel 9 and i keep getting the same error
Illuminate
 \ 
Contracts
 \ 
Container
 \ 
BindingResolutionException
PHP 8.1.3
9.2.0
Target class [TemplateController] does not exist.

hichambrahi
Автор

excelente video pero hazlo en español porfavor!!!

marloncode