🔥🔥 For Full E-commerce Course: thecodeholic.com 🔥🔥 🚀🚀 Get Premium Shared Hosting With 10% OFF: hostinger.com/thecodeholic. Use Coupon code THECODEHOLIC.
I hope this tutorial would covers server-side rendering (SSR) to improve SEO indexing for each product. I’m still developing my full-stack skills for building an e-commerce app with Laravel, but I believe effective design for SEO is crucial for each product in an e-commerce platform.
One of the best channels online 👍 When my country supports e-payment i will surely make a donation to keep this great content continue. You have my word.
I can only say thank you very much Zura. Got an e-commerce project coming up and knowing the dedication you put behind your work, I know I will learn a lot through this material. P.d. Started to get my feet with Brad Traversy’s Laravel Course.
@@TheCodeholic no problem, im having a bit of trouble with my guest layout not mounting correctly, Ive been taking this course in small parts and been side tracked a little bit but im coming from the vue2 option api , so im not sure why my vue dev tools are reporting v-node unmounted on guest layout, im not sure if its a router error or what. I also chose to use pinia instead of Vuex because im trying to master vue3 and I didnt want to just blindly follow the tutorial, Ive had a junior dev job already with a senior level expectation of how I should have performed, which I dont have anymore because of corporate impatience. Also used Laravel 8 and now 10 just came out, my companies app that I was the sole manager of from godaddy down to the css of each page, and we used Laravel as the RESTAPI to fetch stuff out of the mysql db(php myadmin), so while I had brief training with blade, I never used inertia or any of the newer options , as the app wasprimarily built in early 2022 and the apis never upgraded, so I was learning outdated stuff. So if you can maybe give me a hint as to how to debug this problem, Ive installed laravel breeze, i have the router setup for GuestLayout to be the main page but it is not mounting. Or maybe point me to where in the video you describe this, as its hard to find where in the 7 hour video that this is specifically addressed, I had it displaying properly at one point but I don't know at which point things got disjointed. Appreciate it and thanks so much for sharing your knowledge with the world, Ive found programming to be hardest when I have no dialogue outside of internal dialogue, when I had a co-worker on the app and we were able to kick ideas around it helped a ton justto voice it outloud and get my brain thinking outside of whatever box I put it in. So some feedback would be extremely helpful, and ironically I happen to be doing your tutorial as I ran into someone with political connections(UN) that is looking to set up a fundraising website, so the sooner Im sure of my understanding of this, the more confidently I can offer my services in a situation like the one that arose over the weekend. My sisters UN friend needed help fundraising for humanitarian stuff in Colombia I believe, and if I can build an app like this and understand it, I can do it again to tailor to to her specific needs. Thanks, I hope youre making some money for your efforts.
Thank you for this project you have created, it is very good I follow video tutorials like this, because I want to know how people's coding style is and how they solve every problem in programming Greetings from me, from Indonesia
@@TheCodeholic Absolutely. Thanks for the amazing content. I would like to ask at 1:30:20 about syncronizing data from cookie and database, why don't we update the product count in database when it changes in the cookie? Ex.: if quantity was 3 in db and in the cookie it is 5, why don't we update it to 5 in db.
Great video sir, fan here of yours, sir please make many video tutorials of laravels and Vue, also please make video tutorials in making websites using Vue and Django. Thank you so much sir for your wonderful tutorias, big help to us sir, Godbless! hope you help many aspiring students like me to make it to their dreamjobs
Thank you, Zura for your videos. But I have a problem with this video. After the first hour, you view already written code but the writing process itself does not. Most likely the reason for my ignorance of English. There may be some additional materials?
Thanks for the course. I love it. I was wondering in your paid course will you include these features / functionalities - product wishlist, payment invoice, product discounts
Thanks for your comment. Product wishlist - No, however happy to include it in upcoming updates if many people would love to see that. Payment Invoice - We don't have PDF, but we have order details page. Do you mean PDF generation? Product discounts - Not yet. If you have time, you can see the whole curriculum here: bit.ly/3UB04Xf
If I buy the course it will have free updates? for example if in the future you think to put also a product coupon discount. I love laravel and vue 3 (with vite and pinia in composition api)
Yes. All future updates will be included in the price. I am working on the first update which will be added either at the end of the December or at the beginning of January.
I'm still a little confused about your app setup regarding my setup. But I think I got it. Your deployment method should also work when I have Laravel as just an API without anything else (other than just index.php) and the rest of the website is on Vue, right? In the same way, you have your .admin subdomain running only on Vue while communicating with Laravel that serves as a back-end (but in your case, it also has some templates, so it works as a standalone app itself too).
@@mbguantay Of course it is, but my setup is different in the sense that I don't have blade files or public php files. There is also no Vue at my Laravel project folder. Everything visible is inside a completely different folder where all Vue resides. At localhost is works perfect but when deployed on different domains, it blocks itself due to cross domain policy, so I hope it works when I try his method of deployment.
Where can we find sample database schemas used in real business life? Of course, it would be a great experience to examine the operations performed on these schemas, especially if there are Controller operations.
Great course. I have a question in regards to using Alpine with Vue. I imagine that Alpine might interfere with Vue if I am not mistaken, please correct me. What I know is that Alpine is used with livewire but not with Vue.
They are not used at the same time. Alpine.js is used on website and Vu3.js is used on Admin panel. This comment explains it clearly. thecodeholic.com/courses/1921331/lectures/43730819/comments/19071502
please tell me theme or plugin you're using in php storm or you can also make a seperate video for that. if you like. Man i just love you setup of phpstorm.😊😊
hey first thunk you for your effort a have a problem i cant add a user in dashboard and i cant register i can only add product in the demo it work but in my PC it dosent
In the complete e-commerce paid course are there all the steps for create a e-commerce with Laravel and Vue.js (also Integrate Payment Gateway, Implement security, Deploy Application and Launch E-commerce Website)? Are there subtitles for who don't know very well the English?
idk why buy i follwed everything to the tooth but this error has me dumbfounded as to why " [vite] Internal server error: Failed to resolve import "./store" from "src\main.js". Does the file exist?"
Thank you for a fantastic course Zura. Can i have two question to You? Do you prefer React or Vue? I dont know which one i should learn. Vue seems good but there is a lot of jobs for React :/ And another. In video it's beginner or advanced PHP/Vue level?
I prefer Vue because I have much more experirnce on Vue. Feel free to learn whichever you think will get you job easier. Also transition from one into another is easy.
Hello Zura,Please answer my questions,this is last exam on my univerity.Must finish it for weekend.I won't to go study one year more due to one front-end template
Just passed 1 hour so far great but missed out on some other code on other views given that is has been skipped which kinda makes it a challenge again to try and do it myself. Maybe Ill see it later in the video or not but would appreciate the help since It will be challenging to move forward given that it skips quite a few steps when on the Create Sidebar Layout chapter of this project. But so far great!! Please help
I think this link will show the difference. Please read documentation for both methods. laravel.com/api/9.x/Illuminate/Database/Schema/Blueprint.html#method_foreignId
I will forever appreciate this channel, you’ve helped me and my family a lot, your videos, advice and lessons are inspirational helpful to us, I now earn every week. You’re such a blessing to this generation, we all love you
I have hard no luck in investing in cryptocurrency, I invested on my own but my profit aren’t always as I expected, sometimes I just keep losing@@bryanmolina6430
Это очень круто мужик! Это реально крутой проект который будет полезен всем кто занимается разработкой на Laravel и Vue! Для меня как человека что всегда писал приложения на laravel но на blade, vue является чем то новым и нет хорошей русской документации как это правильно сделать, спасибо вам за ваши труды! Всех благ и развитию канала!
Hi Zura. Thanks for the amazing video!! I have a question about the payment of this course in your website. Is it a one time payment or is it a subscription??
Technically yes. Vue.js is used in admin panel which uses REST API. If you are ezperiwnced in React you can try to do the same thing in React and follow the Laravel Part. I also have a video how to build full stack app in Laravel and React and that video will also help
Honest review, after watching the first 30 minutes of this video i decided to buy the full course, hoping to learn alot from the course. I am disappointed because the course is more of a bunch of copy pasting codes with no proper explanations. Switching in between files back and forth and changing codes randomly. A code which was written 10 modules behind is changed to sth else, its like try and error. You've good content and skills but you need to work on your content delivery skills and explanations.
I appreciate honest reviews and I accept all the criticism about code copy and paste. That was my first course and I made mistakes. Initially I started working on the course as free UA-cam tutorial, but at later stage I decided to create premium course. That's why there are copy/paste (I would not do that if I started this as a course from the beginning.). Anyways, I know my mistakes and will improve them in the future. I am happy to refund, just contact me on the email.
@@TheCodeholic No thank you, an thank you for taking the resposibility, i don't want the refund, i have actually learnt alot through the course. Especially during the vue implementation. Am glad to be part of the community and the course too. Thank you Zura!!
Hi there, que current Tailwild components is a little different from this video. I had to add the prop 'purge' on tailwind.config.js to it work, cuz it wasnt loading all CSS.
@@TheCodeholic Let me start by saying you're a great teacher with the little video I watched. Well, over time I have learned a lot on that platform both free and paid courses To answer your question, I will mention just a few reasons. 1. It is one the most popular platforms to learn with an active community of people who chat in the forum. 2. It is also a platform that brings an instructor close to the student. I.e.Students who encounter any kind of error can easily reach out to the instructor for help, bringing instructors and students close. 3. I won't but mention this, It gives you additional earning potential. Over time I have been looking for a course like this there but the ones that I saw are outdated, you can be a great VueJs instructor on the platform.
🔥🔥 For Full E-commerce Course: thecodeholic.com 🔥🔥
🚀🚀 Get Premium Shared Hosting With 10% OFF: hostinger.com/thecodeholic. Use Coupon code THECODEHOLIC.
Hi, can you tell me why why use .vue components for the backend, but use .blade.php files for the frontend ? I'm confused
you're using .vue files for the backend but using normal .blade.php for the frontend, what's the reason for that ?
@@elathenerd9695 same to you..
I hope this tutorial would covers server-side rendering (SSR) to improve SEO indexing for each product. I’m still developing my full-stack skills for building an e-commerce app with Laravel, but I believe effective design for SEO is crucial for each product in an e-commerce platform.
The Laravel and Larger PHP community owes you a great deal of gratitude
Thanks a lot buddy
Literally 😂🎉❤
This guy is insane.. i can't believe that he did it..
Thank you Zura for this fantastic course! You put so much effort into every video and I learned so much from you.
You deserve a donation from me.
Thank you so much! You can check the premium course which cost only 15$ until the end of November.
One of the best channels online 👍
When my country supports e-payment i will surely make a donation to keep this great content continue.
You have my word.
Thanks a lot my friend. Much appreciated!
You are really a great PHP teacher. With the MVC I learn a lot! I purchased the premium course, you deserve it!
Thanks a lot my friend. I hope you will learn a lot from the course.
I can only say thank you very much Zura. Got an e-commerce project coming up and knowing the dedication you put behind your work, I know I will learn a lot through this material. P.d. Started to get my feet with Brad Traversy’s Laravel Course.
Thank you Zura for making this valuable course for free ... greetings from Somalia
The premium course is fantastic! Keep up the great work.
this is one of the most useful videos as Ive been trying to level up both my vue and laravel skills, thank you
Great to hear! Thanks for your comment.
@@TheCodeholic no problem, im having a bit of trouble with my guest layout not mounting correctly, Ive been taking this course in small parts and been side tracked a little bit but im coming from the vue2 option api , so im not sure why my vue dev tools are reporting v-node unmounted on guest layout, im not sure if its a router error or what. I also chose to use pinia instead of Vuex because im trying to master vue3 and I didnt want to just blindly follow the tutorial, Ive had a junior dev job already with a senior level expectation of how I should have performed, which I dont have anymore because of corporate impatience. Also used Laravel 8 and now 10 just came out, my companies app that I was the sole manager of from godaddy down to the css of each page, and we used Laravel as the RESTAPI to fetch stuff out of the mysql db(php myadmin), so while I had brief training with blade, I never used inertia or any of the newer options , as the app wasprimarily built in early 2022 and the apis never upgraded, so I was learning outdated stuff.
So if you can maybe give me a hint as to how to debug this problem, Ive installed laravel breeze, i have the router setup for GuestLayout to be the main page but it is not mounting. Or maybe point me to where in the video you describe this, as its hard to find where in the 7 hour video that this is specifically addressed, I had it displaying properly at one point but I don't know at which point things got disjointed. Appreciate it and thanks so much for sharing your knowledge with the world, Ive found programming to be hardest when I have no dialogue outside of internal dialogue, when I had a co-worker on the app and we were able to kick ideas around it helped a ton justto voice it outloud and get my brain thinking outside of whatever box I put it in. So some feedback would be extremely helpful, and ironically I happen to be doing your tutorial as I ran into someone with political connections(UN) that is looking to set up a fundraising website, so the sooner Im sure of my understanding of this, the more confidently I can offer my services in a situation like the one that arose over the weekend. My sisters UN friend needed help fundraising for humanitarian stuff in Colombia I believe, and if I can build an app like this and understand it, I can do it again to tailor to to her specific needs.
Thanks, I hope youre making some money for your efforts.
Finally, a tutorial in English. Not Hindi-English.
LMAO yo chill 😂
Love your long and lengthy videos. thanks
Thank you for this project you have created, it is very good
I follow video tutorials like this, because I want to know how people's coding style is and how they solve every problem in programming
Greetings from me, from Indonesia
Kudos to you, I am also developer, Hope many people could get benefit from this project. If possible I will PR to your repo.
Thanks a lot. Go for PR. I would love it.
Thanks for building such a wonder full website. I was searching a lot but al last find your website very usefull thanks a lot....
Thank you for this tutorial. It was very helpful. Hope to see more good stuff from you. Good luck.
Bought this course. fantastic content. Love from 🇬🇭
Welcome to the course.
Thank you
I love all of your tutorials, you always explain everything so great! Greetings from Nepal ❤
Thank you my friend.
Wow.
Thats was amazing.
Thank you so much for you effort!
omg brilliant and super awesome | thanks for the supreme content for developers like us, hehe big love and thanks from Pakistan
Please try to add more description when adding Code. So, it will be useful for beginners
Nice tutorials , i will change a few things , first , switch vuex to pinia , and renamed the folder backend as frontend, because don't make any sense.
I would probably change backend as well and call it either "vue" or "admin".
I noticed that in the course and came here to find the answer 😅
I agree. That is a little bit confusing. 😀 My bad...
I'm one hour into the course and I am really enjoying it! Greetings from Brazil
Thank you so much for this content. İt will be guide for me i think i will watch it over an over again
Happy to hear that!
I have problem about buying to full version. I need your help
Why not use vuejs on all frontends? Using Alpine, vuejs and blade seems complicated to me.
This is great ❤️ Take lots of thanks and love ❤️❤️❤️
Thank you
Thanks for the course .
I really like it 💜.
my greetings from sudan 💜
Thanks a lot my friend
in top features, also include variable products. For example a shirt may come in different sizes, colors etc.
These are great features indeed, but unfortunately not all E-commerce features can be implement in few hours tutorial.
@@TheCodeholic Absolutely. Thanks for the amazing content. I would like to ask at 1:30:20 about syncronizing data from cookie and database, why don't we update the product count in database when it changes in the cookie? Ex.: if quantity was 3 in db and in the cookie it is 5, why don't we update it to 5 in db.
Because in my opinion database has higher priority than cookie.
A great project ... Thank you for teaching ...
Glad you like it!
Thanks a million for such a tutorial 🎉
I am following the tutorial, but I think some of the parts are missing like password reset, sidebar. Can you tell me why?
Help me a lot very premium video and guided, thankfully for you're effort in this video❤
Awesome project. I really enjoyed it and learned a lot.💌
Great video sir, fan here of yours, sir please make many video tutorials of laravels and Vue, also please make video tutorials in making websites using Vue and Django. Thank you so much sir for your wonderful tutorias, big help to us sir, Godbless! hope you help many aspiring students like me to make it to their dreamjobs
Great video man, you have no idea how much it helps. Can someone explain to me why the frontend dir was named as 'backend'?
I believe you deserve 1 million subscribers
Thank you buddy.
I hope I can reach one day.
Thank you, Zura for your videos. But I have a problem with this video. After the first hour, you view already written code but the writing process itself does not. Most likely the reason for my ignorance of English. There may be some additional materials?
Great,it's not skipping,but one problem is laravel mix(in your clip is not shown,but when install breeze and start npm run dev it does not work)
can you create this website with react js and laravel
tks u for all of things that u gave to us in this video
Thanks for your comment buddy
Thanks for your work! Just wondering why your frontend folder with vue app called backend?
Because the Vue.js part is backend (Admin panel) of the entire project.
I think that was a mistake. That is confusing. It should be called `admin`
Thank you, great work 👍
Hi Zura! Talk please, why you chose Alpine js and not a Vue js? What is reason?
Thanks for the course. I love it. I was wondering in your paid course will you include these features / functionalities - product wishlist, payment invoice, product discounts
Thanks for your comment.
Product wishlist - No, however happy to include it in upcoming updates if many people would love to see that.
Payment Invoice - We don't have PDF, but we have order details page. Do you mean PDF generation?
Product discounts - Not yet.
If you have time, you can see the whole curriculum here: bit.ly/3UB04Xf
Thanks sir for the hard work. Can you build a custom WordPress theme with woocommerce next?
You're welcome. I don't work on Wordpress so your suggested topic is less likely to be created on my channel.
Very valuable content, thank you very much!
Appreciate your feedback. Thank you.
If I buy the course it will have free updates? for example if in the future you think to put also a product coupon discount. I love laravel and vue 3 (with vite and pinia in composition api)
Yes. All future updates will be included in the price.
I am working on the first update which will be added either at the end of the December or at the beginning of January.
Thank you for this tutorial, Zura.
Question: Can I change to reactjs instead of vuejs. and will it be harder to change?
53:42 when did we manage to make a password recovery form? it's missing from this video
what a great course! In your opinion which one is faster for development ? should i stick with yii2 or switch to laravel? thanks...
Because Laravel has much larger community and you can find much more ready packages than in Yii2. I think you can develop faster in Laravel
I'm still a little confused about your app setup regarding my setup. But I think I got it. Your deployment method should also work when I have Laravel as just an API without anything else (other than just index.php) and the rest of the website is on Vue, right? In the same way, you have your .admin subdomain running only on Vue while communicating with Laravel that serves as a back-end (but in your case, it also has some templates, so it works as a standalone app itself too).
vue is not for the frontend and laravel for the backend?
@@mbguantay Of course it is, but my setup is different in the sense that I don't have blade files or public php files. There is also no Vue at my Laravel project folder. Everything visible is inside a completely different folder where all Vue resides. At localhost is works perfect but when deployed on different domains, it blocks itself due to cross domain policy, so I hope it works when I try his method of deployment.
Thanks for the great tutorial
Thanks for a great experience! Why i get "Unable to guess the MIME type as no guessers are available (have you enabled the php_fileinfo extension?)."
Thanks a lot for your awesome content ❤❤
Glad you enjoy it!
@@TheCodeholic can you make us a project with inertia in the future it will be really helpful 🥰
Awesome tutorial. Keep it up👍
A good course,I wish you could redo this with React
Where can we find sample database schemas used in real business life? Of course, it would be a great experience to examine the operations performed on these schemas, especially if there are Controller operations.
Hello
Thank you for the useful videos you make
What version of vue did you use for this tutorial, version 3 ?
It is Vue 3
In your Git repository, there is no login form available for reviewing in case someone makes a mistake
Hi! Whats the difference between the youtube videos and the premium course? Thanks in advanced
Premium course has 23 hours of video content and everything is explained is details.
I loved your course, can you list all extensions you have used in phpstorm please 🖤.
Great course. I have a question in regards to using Alpine with Vue. I imagine that Alpine might interfere with Vue if I am not mistaken, please correct me. What I know is that Alpine is used with livewire but not with Vue.
They are not used at the same time. Alpine.js is used on website and Vu3.js is used on Admin panel.
This comment explains it clearly.
thecodeholic.com/courses/1921331/lectures/43730819/comments/19071502
I really like laravel framework, another programing language has any similar framework?
please tell me theme or plugin you're using in php storm or you can also make a seperate video for that. if you like. Man i just love you setup of phpstorm.😊😊
hey first thunk you for your effort
a have a problem i cant add a user in dashboard and i cant register
i can only add product
in the demo it work but in my PC it dosent
It's a very informative tutorial, it would be great if you make the same tutorial on React too, good luck.
Thank you so much but I wanted to ask do you have discount for beginners like myself from Africa?
In the complete e-commerce paid course are there all the steps for create a e-commerce with Laravel and Vue.js (also Integrate Payment Gateway, Implement security, Deploy Application and Launch E-commerce Website)? Are there subtitles for who don't know very well the English?
Yes there are subtitles. They are auto generated and in most cases they are very good, but in very specific cases they might not be accurate.
why did you setup the Vue inside "backend" instead of "frontend" folder?
Good question.
Because it is backend management area of the E-commerce website.
Probably It should be called "admin".
This is amazing !🎉
what about a private repository? It is gonna work just clone ?
Can you do the same thing but with Laravel Jetstream and Laravel Cashier
Does this course follow standard coding practices along with good security??
Thank you for this awesome tutorial. I think you meant "frontend", not "backend" .
Thank you. I think the most descriptive word for that folder would be "vue-admin".
please when is your alpine js ecommerce project comming up that you mentioned in alpine js tutorial?
This is it
I hope you can upload the architecture for this one too
ძალიან დიდი მადლობა
ჩემი ქართველი მეგობარი
idk why buy i follwed everything to the tooth but this error has me dumbfounded as to why " [vite] Internal server error: Failed to resolve import "./store" from "src\main.js". Does the file exist?"
Thank you for a fantastic course Zura.
Can i have two question to You? Do you prefer React or Vue? I dont know which one i should learn. Vue seems good but there is a lot of jobs for React :/
And another. In video it's beginner or advanced PHP/Vue level?
I prefer Vue because I have much more experirnce on Vue.
Feel free to learn whichever you think will get you job easier. Also transition from one into another is easy.
before watching liked it))
I love your comment. That's good approach. You can unlike or dislike anytime if you don't like later. 👍
@@TheCodeholic Your contents are always useful thank you)
Hello Zura,Please answer my questions,this is last exam on my univerity.Must finish it for weekend.I won't to go study one year more due to one front-end template
I have answered all your questions.
@@TheCodeholic I sent you new message for missing files in php blades in create log in forms section
Please make video about setup vps Ubuntu server with php, MySQL, Laravel and domain on vps server
Thanks. It is in my plan as well.
how are you creating the $table whith what command because i have to type it 1by1 which takes for ever
Just passed 1 hour so far great but missed out on some other code on other views given that is has been skipped which kinda makes it a challenge again to try and do it myself. Maybe Ill see it later in the video or not but would appreciate the help since It will be challenging to move forward given that it skips quite a few steps when on the Create Sidebar Layout chapter of this project. But so far great!! Please help
Is there any difference between the foreignId and the foreignIdFor Method apart from the input the receive?
I think this link will show the difference. Please read documentation for both methods.
laravel.com/api/9.x/Illuminate/Database/Schema/Blueprint.html#method_foreignId
I have found it. Appreciated 👏🏾👍
I will forever appreciate this channel, you’ve helped me and my family a lot, your videos, advice and lessons are inspirational helpful to us,
I now earn every week. You’re such a blessing to this generation, we all love you
Wow... Thanks a lot... I appreciate that!
I will love to be your friend dear as well as sharing some ideals with you about my wife and i earning weekly
@@gerardoenglish how about that
I know you are speaking of investing, how can I start a great profitable one?@@gerardoenglish
I have hard no luck in investing in cryptocurrency, I invested on my own but my profit aren’t always as I expected, sometimes I just keep losing@@bryanmolina6430
Это очень круто мужик! Это реально крутой проект который будет полезен всем кто занимается разработкой на Laravel и Vue! Для меня как человека что всегда писал приложения на laravel но на blade, vue является чем то новым и нет хорошей русской документации как это правильно сделать, спасибо вам за ваши труды! Всех благ и развитию канала!
я что то не наблюдаю в каком месте этот чувак реализовал админ панель? смысл от такого сайта без АП ?
@@Alexandr8370 так это 7-часовая вырезка из огромного курса, вряд ли тут будет всё разжёвываться
maza aa gya
👍
Hi Zura. Thanks for the amazing video!! I have a question about the payment of this course in your website. Is it a one time payment or is it a subscription??
Thank you.
It is one time payment and lifetime access
Hello a quick question, is this a multi page application or a single page application?
Admin panel is single page but the webaite is multipage.
@@TheCodeholic alright thank you. I'm one hour into the video and I already find it amazing.
Can i use react in this project with myself?
Technically yes. Vue.js is used in admin panel which uses REST API. If you are ezperiwnced in React you can try to do the same thing in React and follow the Laravel Part.
I also have a video how to build full stack app in Laravel and React and that video will also help
Honest review, after watching the first 30 minutes of this video i decided to buy the full course, hoping to learn alot from the course. I am disappointed because the course is more of a bunch of copy pasting codes with no proper explanations. Switching in between files back and forth and changing codes randomly. A code which was written 10 modules behind is changed to sth else, its like try and error. You've good content and skills but you need to work on your content delivery skills and explanations.
I appreciate honest reviews and I accept all the criticism about code copy and paste. That was my first course and I made mistakes. Initially I started working on the course as free UA-cam tutorial, but at later stage I decided to create premium course. That's why there are copy/paste (I would not do that if I started this as a course from the beginning.). Anyways, I know my mistakes and will improve them in the future.
I am happy to refund, just contact me on the email.
@@TheCodeholic No thank you, an thank you for taking the resposibility, i don't want the refund, i have actually learnt alot through the course. Especially during the vue implementation. Am glad to be part of the community and the course too. Thank you Zura!!
@@TheCodeholic I would appreciate if you recommended a learnig material for axios and state management in Vue.
@@osegocodes For State management I would recommend TraversyMedia tutorial as for axios, I think checkingt official documentation will be enough.
If I buy the full course now, will I be able to write it in Laravel 10, or will there be errors and it won't work?
Yes. The course was built with Laravel 9 and is fully compatible with the latest version of Laravel 10.
@@TheCodeholic Okey, thanks)
Hi there, que current Tailwild components is a little different from this video. I had to add the prop 'purge' on tailwind.config.js to it work, cuz it wasnt loading all CSS.
You are right, TailwindCSS has been updated since, the video was published
Great tutorial! What PhpStorm theme are you using?
Thank you.
Material panelnight theme.
Hope to see this course on udemy soon.
I don't plan in close future, but let me ask you.
What are the primary reasons you prefer Udemy?
@@TheCodeholic
Let me start by saying you're a great teacher with the little video I watched.
Well, over time I have learned a lot on that platform both free and paid courses
To answer your question, I will mention just a few reasons.
1. It is one the most popular platforms to learn with an active community of people who chat in the forum.
2. It is also a platform that brings an instructor close to the student. I.e.Students who encounter any kind of error can easily reach out to the instructor for help, bringing instructors and students close.
3. I won't but mention this, It gives you additional earning potential.
Over time I have been looking for a course like this there but the ones that I saw are outdated, you can be a great VueJs instructor on the platform.
💯 top, many thanks!!!
Welcome. I hope you will learn a lot.
Great Tutorial
Thanks a lot for this great effort 💖 Will you please mention the name of the color theme you used in vs code?
Thank you. Material Palenight
Thanks for great content
Thanks for your nice comment.