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

  Рет қаралды 55,707

Web Tech Knowledge

Web Tech Knowledge

Күн бұрын

Пікірлер: 121
@WebTechKnowledge
@WebTechKnowledge 9 ай бұрын
If you are having problem with redirecting to Dashboard then check this video for solution : kzbin.info/www/bejne/sKDHiWqqd7KYj80
@flexcodectech9027
@flexcodectech9027 2 жыл бұрын
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
@sadivirasat1008
@sadivirasat1008 Жыл бұрын
@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 @csrf {{ __('Log Out') }} @else AND THEN LATER EVERYTHING AS WE HAVE Hope it helps to go further ;) Happy Coding :)
@AbdullahAl-Rakib
@AbdullahAl-Rakib Жыл бұрын
Thank You So Much Brother
@Abdulwahab-hj4me
@Abdulwahab-hj4me Жыл бұрын
Thankyou soo much brother. You save my life
@rantunakrak6384
@rantunakrak6384 Жыл бұрын
Thank U so much
@areejmughal8931
@areejmughal8931 Жыл бұрын
where to paste this code ??in the controller???'if ' gives an error
@sadivirasat1008
@sadivirasat1008 Жыл бұрын
@Areej Mughal in Header.blade.php file
@j.m.5433
@j.m.5433 2 жыл бұрын
It's the best tutorial I've ever seen. Congratulations. And thanks
@好きな事で生きるプロゲーマー自
@好きな事で生きるプロゲーマー自 2 жыл бұрын
It was great except for the last LOGOUT.
@MuhammedSalama-w1f
@MuhammedSalama-w1f Жыл бұрын
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 😍
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
Glad it was helpful!
@syedfarhad7449
@syedfarhad7449 Жыл бұрын
It's the best tutorial .
@Jonathan-tw4xm
@Jonathan-tw4xm 2 жыл бұрын
do the other pages work? and if they dont how do you make them work
@griffins_diaries_
@griffins_diaries_ 2 жыл бұрын
Undefined constant "home" ,,,,,am stuck with this error. Please help
@Zaiden-rr9hd
@Zaiden-rr9hd Жыл бұрын
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?
@mikeyjohn0786
@mikeyjohn0786 6 ай бұрын
you can upload your own image
@pluviambleuenn
@pluviambleuenn Жыл бұрын
why do i have build and storage in public of laravel instead of css and js
@EdselSabejon
@EdselSabejon 6 ай бұрын
Hello why login and register could not function? href="{{ route('login') }}" and href="{{ route('register') }}" are not function properly? please inlightened me please
@steve-ml2sv
@steve-ml2sv Жыл бұрын
For solving the problem of 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 resources/view/navigation-menu.blade.php. Hope it helps.
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
instead of you could also try this as well : @csrf
@steve-ml2sv
@steve-ml2sv Жыл бұрын
@@WebTechKnowledge Thanks😃
@niniliaosupernini3076
@niniliaosupernini3076 Жыл бұрын
composer require laravel/ui php artisan ui bootstrap If still not work, you just remove bootstrap class. refer to stackoverflow_engvanntha
@mustafaaljasim7226
@mustafaaljasim7226 Жыл бұрын
It was a really pain to have all nav items hidden, especially I have not understood the template code fully. In my case, I have used the code below: @if (Route::has('login')) @auth {{ Auth::user()->name }} @csrf Profile @else Log in Register @endauth @endif
@ayoubboubalgha9485
@ayoubboubalgha9485 Жыл бұрын
@@mustafaaljasim7226 thanks Mustafaa for that !!
@Cleanofy
@Cleanofy Жыл бұрын
i have a problem that is after changing the dashboard to and removing its logo and background the navigation menu is not visible after login . how to resolve this
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
you can try this code instead of @csrf
@rewaj56
@rewaj56 Жыл бұрын
​@@WebTechKnowledgesays POST method isn't supported
@Chamaali_Dilka
@Chamaali_Dilka 11 ай бұрын
This is working. thank you @@WebTechKnowledge
@hasanahmed-vb8qp
@hasanahmed-vb8qp Жыл бұрын
will i be able to follow this if i use a different template rather than the one you are using?
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
Yes you will be able to do that
@Super_Motiviation_G
@Super_Motiviation_G 7 ай бұрын
I SEE UR WORK AND TRY TO WORK ON MY BLOG TEMPLATE
@ernestfcim4494
@ernestfcim4494 2 жыл бұрын
Thank you, very helpful
@Frinskaputrapratama
@Frinskaputrapratama 10 ай бұрын
View [home.userpage] not found. How to fix it?
@kalyanipriyadarsini
@kalyanipriyadarsini 2 жыл бұрын
Very well explained
@NazmulHasan-is1kp
@NazmulHasan-is1kp 2 жыл бұрын
Hospital management system project ta shesher dike. shesh hole ei e-commerce series ta suro korbo.
@Mr_Mrs_Swali
@Mr_Mrs_Swali 2 жыл бұрын
Dear sir when ny route come in auth session my menu bar getting disappear why sir
@pranav8391
@pranav8391 Жыл бұрын
24:07 not getting the button on navbar "x-app-layout"
@jaydeepchauhan9555
@jaydeepchauhan9555 9 ай бұрын
Same issue
@developmentmentor4219
@developmentmentor4219 2 жыл бұрын
Very Nice
@engvanntha
@engvanntha 2 жыл бұрын
All the li tag does not appear when I replace in header.blade.php. Can you fix it for me ?
@Mr_Mrs_Swali
@Mr_Mrs_Swali 2 жыл бұрын
I have face same issue any solution plz
@humanthink2007
@humanthink2007 2 жыл бұрын
Hello sir, did you find solution for this issue?
@abubakarjibril4689
@abubakarjibril4689 Жыл бұрын
Any solution please?
@humanthink2007
@humanthink2007 Жыл бұрын
Try to write the above without class name
@putrilaila274
@putrilaila274 Жыл бұрын
I have tried this and it still doesn't work
@the_bwoy_programmer
@the_bwoy_programmer Жыл бұрын
Is there anyone who faced the issue of the header disappearing when you add the x-app-layout tags at 23:39?
@Psychoart0
@Psychoart0 Жыл бұрын
Yesss i do so have you sloved it
@the_bwoy_programmer
@the_bwoy_programmer Жыл бұрын
@@Psychoart0 Noo. I have not. Have you solved it?
@Psychoart0
@Psychoart0 Жыл бұрын
@@the_bwoy_programmer yes go Down you will find a code use that it will help and could we be friends im also learning laravel
@sandeshdahal__
@sandeshdahal__ Жыл бұрын
@@Psychoart0 how did you solve that bro? help me too.
@the_bwoy_programmer
@the_bwoy_programmer Жыл бұрын
@@Psychoart0 Sure, Where can I find the code.?
@hiraarshad9203
@hiraarshad9203 2 жыл бұрын
can we use some other template instead of this one????
@WebTechKnowledge
@WebTechKnowledge 2 жыл бұрын
Yeah sure
@Jaymaheshwari_
@Jaymaheshwari_ 2 ай бұрын
logout for {{-- --}} this is not working not showing navigation plz help me
@WebTechKnowledge
@WebTechKnowledge 2 ай бұрын
Try x-app-layout in different place in your html to check
@DaisukeABP
@DaisukeABP 9 ай бұрын
When i change view from dashboard to home.userpage it still take me to dashboard What should i do ?
@WebTechKnowledge
@WebTechKnowledge 9 ай бұрын
Go to config/fortify php . From there redirect to your url
@DaisukeABP
@DaisukeABP 9 ай бұрын
@@WebTechKnowledge In the case for this tutorial, I should use 'home' => '/redirect', instead of 'home' => '/home', right?
@WebTechKnowledge
@WebTechKnowledge 9 ай бұрын
Yes
@DaisukeABP
@DaisukeABP 9 ай бұрын
@@WebTechKnowledge thank you so much! And thank you so much for this tutorial
@-aether
@-aether 2 жыл бұрын
Thanks bro I have problem When i change view from dashboard to home.userpage it still take me to dashboard What should i do ?
@DaisukeABP
@DaisukeABP 9 ай бұрын
Same problem. Did you get it fixed?
@usamaaleem5783
@usamaaleem5783 2 жыл бұрын
brother when I logout from the website template it takes me to the welcome layout of laravel how I can fix this route
@WebTechKnowledge
@WebTechKnowledge 2 жыл бұрын
Ypur root view needs to be the template
@Textured_aura
@Textured_aura 2 жыл бұрын
@@WebTechKnowledge hi bro when i just update the link from navigation menu blade for the logout option my header moves down what can i do for that? please help
@Bright-Great
@Bright-Great 2 жыл бұрын
the link for the template please
@WebTechKnowledge
@WebTechKnowledge 2 жыл бұрын
I have given in the description. Thanks for reminding me.
@Textured_aura
@Textured_aura 2 жыл бұрын
hi bro when i just update the link from navigation menu blade for the logout option my header moves down what can i do for that? please help
@joyprogramming147
@joyprogramming147 2 жыл бұрын
just remove the class min-h-screen in view/layout/app.blade.php in the first div and it works fine.
@RohitSai
@RohitSai 6 ай бұрын
@@joyprogramming147 worked thanks!
@md.mehedihasan800
@md.mehedihasan800 2 жыл бұрын
Brother Why not upload videos regularly
@WebTechKnowledge
@WebTechKnowledge 2 жыл бұрын
Bro i was sick for few days... I will upload now regularly
@putrilaila274
@putrilaila274 Жыл бұрын
After I replace in header.blade.php all the li tag didnt appear. How can I fix this?
@sabeerahmed8280
@sabeerahmed8280 Жыл бұрын
Same problem with me
@putrilaila274
@putrilaila274 Жыл бұрын
@@sabeerahmed8280 have you tried using this? @if (Route::has('login')) @auth @csrf {{ __('Log Out') }} @else
@style-makers
@style-makers Жыл бұрын
@@putrilaila274 op thank you🥰
@kipkemoielvis3635
@kipkemoielvis3635 Жыл бұрын
@@putrilaila274 great, thanks
@trillionairepath9070
@trillionairepath9070 Жыл бұрын
WHAT DO WE HAVE TO WRITE AFTER @ELSE IT SAYS SYNTAX ERROER UNXPECTED ENDING?
@AnimeEscapism
@AnimeEscapism 2 жыл бұрын
Sir please help me with the default css for dashboard and logout Mine is not well set
@WebTechKnowledge
@WebTechKnowledge 2 жыл бұрын
Did you modify the navigation-menu.blade.php and also the layouts/app.blade.php. If not modify them
@AnimeEscapism
@AnimeEscapism 2 жыл бұрын
@@WebTechKnowledge yes but no effect Can you send me the code please
@WebTechKnowledge
@WebTechKnowledge 2 жыл бұрын
mail here yaminshakil7@gmail.com with the screenshot of how your view looks
@AnimeEscapism
@AnimeEscapism 2 жыл бұрын
@@WebTechKnowledge thanks i send you a mail already
@nahidhossen8422
@nahidhossen8422 2 жыл бұрын
@@WebTechKnowledge I have the same problem ,This answer of yours has solved my problem,Thank you very much.
@Hodaka-o2i
@Hodaka-o2i 7 ай бұрын
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
@argieywayan3510
@argieywayan3510 5 ай бұрын
npm install npm run build npm run dev just run this bro
@jenifara5046
@jenifara5046 2 жыл бұрын
Sir i cant able to login and register what can i do sir .for me its not working .please response quickly sir
@WebTechKnowledge
@WebTechKnowledge 2 жыл бұрын
What error do you get?
@urdreamspace
@urdreamspace 2 жыл бұрын
@@WebTechKnowledge the logo is too big even when ave logged in every other feature after registration is too big
@Hodaka-o2i
@Hodaka-o2i 7 ай бұрын
@@urdreamspace I am facing the same problem have you soved it ?
@好きな事で生きるプロゲーマー自
@好きな事で生きるプロゲーマー自 2 жыл бұрын
Lesson4:kzbin.info/www/bejne/oWKbqot-fch3hq8
@beticohernandez9536
@beticohernandez9536 2 жыл бұрын
Interesante
@Hodaka-o2i
@Hodaka-o2i 7 ай бұрын
Sir please help me☹️
@VLearn92
@VLearn92 Ай бұрын
laravel 9.5 version is better
@harryafemikhe9573
@harryafemikhe9573 Жыл бұрын
After I replace in header.blade.php all the navbar items disappeared . How can I fix this?
@artwellchipendo6804
@artwellchipendo6804 Жыл бұрын
instead of x-app layout use the following. it will work pefectly @csrf() LogOut
@WebDevelopment-r9h
@WebDevelopment-r9h Жыл бұрын
@@artwellchipendo6804 how can I still use the drop drown setting for profile instead of just log out?
@trillionairepath9070
@trillionairepath9070 Жыл бұрын
@@artwellchipendo6804 love you mannn Thank u sooo much!!!
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 121 МЛН
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 31 МЛН
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 30 МЛН
HOW TO INTEGRATE HTML TEMPLATE IN LARAVEL 8
9:37
Coffee with Laravel
Рет қаралды 27 М.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 977 М.
How to Create Entire Website with ChatGPT (No Coding)
15:15
Website Learners
Рет қаралды 662 М.
Learn CSS ::before and ::after in 4 Minutes
3:57
Coding2GO
Рет қаралды 188 М.
The Easiest Way to Build Websites
10:56
Sajid
Рет қаралды 601 М.
How to make your website responsive
39:13
Coder Coder
Рет қаралды 42 М.