#3 How to Integrate Html Template in Laravel Project | Laravel Advance E-commerce Project Tutorial

preview_player
Показать описание
#laravelecommerceprojecttutorialbeginnertoadvance

#intregatehtmltemplateinlaravel

Laravel E-commerce Project Tutorial Playlist Link :

Support This Channel :

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:

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

you have the best explanation that i ever seen on youtube am a php programmer and wanna turn into laravel framework and your teaching me a lot of things i hope that u'll upload a lot of content for us to be on point . +1 subscriber

flexcodectech
Автор

@Everybody, who has problem with logout Button in header.blade.php. Can use this code. Login, Register and Logout works fine with this and rest hope we can find the solution together later on. Here is the code:

@if (Route::has('login'))
@auth
<li class="nav-item">
<form method="POST" action="{{ route('logout') }}" class="inline">
@csrf
<button type="submit" id="logincss" class="btn btn-primary">
{{ __('Log Out') }}
</button>
</form>
</li>
@else
AND THEN LATER EVERYTHING AS WE HAVE

Hope it helps to go further ;)
Happy Coding :)

sadivirasat
Автор

It was great except for the last LOGOUT.

kxzulpo
Автор

It's the best tutorial I've ever seen. Congratulations. And thanks

j.m.
Автор

why do i have build and storage in public of laravel instead of css and js

pluviambleuenn
Автор

Undefined constant "home" stuck with this error. Please help

griffins_diaries_
Автор

Hello why login and register could not function? href="{{ route('login') }}" and href="{{ route('register') }}" are not function properly? please inlightened me please

EdselSabejon
Автор

Thanks for this explanation, Thank you very very much it's a bout month searching about ecommerce project 😍 You're the best instructor on youtube 😍

MuhammedSalama-wf
Автор

i have a problem that is after changing the dashboard to <x-app-layout> and removing its logo and background the navigation menu is not visible after login . how to resolve this

Cleanofy
Автор

do you have tutorial where we can change the logo and templates with our own design?

like for example instead of FAMMS we will change it to "EasyShop(logo name and templates that we created)" something like that?

Zaiden-rrhd
Автор

For solving the problem of <x-app-layout> making all the header => nav-items disappeared, I abordon to use the header code provided by the template directly and try to integrate those nav-items and the logo in Hope it helps.

steve-mlsv
Автор

Hospital management system project ta shesher dike. shesh hole ei e-commerce series ta suro korbo.

NazmulHasan-iskp
Автор

24:07 not getting the button on navbar "x-app-layout"

pranav
Автор

Is there anyone who faced the issue of the header disappearing when you add the x-app-layout tags at 23:39?

the_bwoy_programmer
Автор

do the other pages work?
and if they dont how do you make them work

Jonathan-twxm
Автор

I SEE UR WORK AND TRY TO WORK ON MY BLOG TEMPLATE

Super_Motiviation_G
Автор

View [home.userpage] not found. How to fix it?

Frinskaputrapratama
Автор

logout for {{-- <x-app-layout>
</x-app-layout> --}} this is not working not showing navigation plz help me

Jaymaheshwari_
Автор

I am being stopped at 21:10 where if I try to log in as user the HTML CSS and image is not being displayed properly can someone please help me

Hodaka-oi
Автор

All the li tag does not appear when I replace <x-app-layout></x-app-layout> in header.blade.php. Can you fix it for me ?

engvanntha