If you are unable to see your data in the database after adding a category then rename all the Category_name like this and also match all the names of the category, further make sure the spellings and Capital letters r the same.
hai its been a great tutorial, but apperently after finishing with the " return redirect()->back(); " i got an 404 error saying cant load the page for the category part, there is seem to be no wrong in the code itself
If you are unable to see your data in the database after adding a category then rename all the Category_name like this and also match all the names of the category, further make sure the spellings and Capital letters r the same.
vai er por subcategory tao ektu dekhaben kindly.
Nice one can you mind making one video of image upload in the admin panel
Great Tutorial as always
nice 😊
I'm getting an error
Undefined constant Illuminate\Support\Facades\Auth::id
The last part "x" button is on the left and is not working. How to fix this please?
hai its been a great tutorial, but apperently after finishing with the " return redirect()->back(); " i got an 404 error saying cant load the page for the category part, there is seem to be no wrong in the code itself
the post button it s not working even tho i added @csrf. can you help me?
pls let me know if u find a solution
My css link is not add and the design of rejector and login in is not show why
goood
thank you
"Add catagory" button is not working.so products are not showing in database.what to do
did you solve the problem? i have the same one
@@iuliasgr same
Same issues
do u have any fix? in button hide Catagory?
@@iuliasgr
category item not showing in catagory_name (database)
Did you find a solution?
@@jchaila_ I had to migrate the entire database from scratch
@@abdmahirofficial5103 thanks, let me try
where is CategoryController or similar
Post method doesn't work show there Target class [AdminCotronller] does not exist. please help me
Did you create the admin controller and also add it in the web.php?
@@WebTechKnowledge yes I create admin controller add route add web.php file
@@WebTechKnowledge After solving the problem, the video is also finished ,Thank you
@@nahidhossen8422 hey what was the solution
why the lst part of video the x button is in the left side and button not working
Go to getbootstrap.com and copy the css and js cdn link then paste it in the head section of your code
@@WebTechKnowledge okay2 I'll try it
@@WebTechKnowledge still not working :
@@jamesclaveria2906 Same with me right now
Remove button not working
Same for me. Did you get a fix?
please help migrate is not working
Same
Were you able to solve it
i will make a style with css folder. how to connect category.blade.php to css? i try to make a css folder n try to connect the css file is not find
Lesson6:ruclips.net/video/_n2xY1uDKqQ/видео.html
Live demo isnt working
I forgot to renew my hosting. It's live now. Check it out
the post method is not working'
Did you got any error
@@WebTechKnowledge yes but i look in the channel and is ok bit why is DB: not working for some ?
@@juniorayinda6401 did you add @csrf in the form
@@WebTechKnowledge yes
did u find the solution?
category not catagory btw
Yeah bro, i made the mistake. Thanks for pointing it out
ok , you teach him another whole project MR Gramarly
its category not catagory
the catagory page is reload but the catagory is not added in my database!! can you tell me how to fix it?
this is admincontroller code
Check the catagory spelling in the form
@include('admin.css')
.div_center
{
text-align: center;
padding-top: 40px;
}
.h2_font
{
font-size: 40px;
padding-bottom: 40px;
}
.input_color
{
color: black;
}
@include('admin.sidebar')
@include('admin.header')
@if(session()->has('message'))
{{session()-get('message')}}
@endif
Add Category
@csrf
@include('admin.script')
can you check and tell me where is the mistake please?
@@WebTechKnowledge
in the catagory model mention the catagory_name
Check the user model you will understand