Hi @TheCodeholic , I know you are busy. Please make an Laravel Inertia JS Vue version of this. Im sure you'll get all the views from laravel-inertia-vue community :)
Just documenting TROUBLESHOOTING I had that might be useful to someone else: 24:45 - If tailwind formatting does not work, try this: when adding the content values to the tailwind.config.js, pay hight attention to copy the code from the tab USING VUE of the Tailwindcss website. There are two tabs, near the top of the page. One is "Using React", the other one is "Using Vue". You can also add manually the extension "vue" to the list. That is the difference that causes tailwind not to work in this VUE project. 26:25 - If the header context menu does not work properly (when clicking the user picture), again, it is because you didn't copied the VUE version of the code. Pay attention that next to the COPY icon (button) there is a dropdown where we must select VUE to copy the full code that represents the entire component (with the TEMPLATE and SCRIPT sessions) 01:05:45 - When adding the Auth call, an error rises on the editor , something like "undefined type auth". For those who are new to PHP/Laravel, things like this can be tricky. But the solution is easy. Just add use Illuminate\Support\Facades\Auth at the top of the file.
I am about to completed it. It took me at least more than 50 hours studying, watching, rewatching, researching and following alone coding. If it is not the best tutorial, but it could be a best tutorial for learning vue3. Be careful newbies to not dive into this tutorial without any prior basic vue3 knowledge. Otherwise you may quit in the middle. Thank you @TheCodeholic for your immense effort.
Writing this comment when only 9 minutes into the video and I can already tell that you are going to be more helpful and thorough than 99% of RUclips programming tutorial makers! I'm excited to get through the whole guide, it's exactly what I need to get back into programming after a few years off!
Thanks alot! Between 1:09:00 to 1:13:00, that's a good example of the S and O in SOLID pattern, you've changed from fetch API to Axios without affecting other code in the login and register components. Genius!
used to code for a couple of years and at some point due to poor project management I gave up on coding and did a career break. I start off with your tutorial and hopefully to get that burning desire of coding back!
You are the savior of my life this is the 2nd series I learnt from you and it totally works out fine for me. Very detail and I could learn from 0 knowledge of the framework. Keep up the greate spirit.
im literally here because im struggling so much about linking laravel auth with vue , i will give you my review as soon as i finish the video edit : after finishing the video the only thing i have to say is perfection i love how much your code is clean, you gained a subscriber.
Great stuff man! I made online shopping application with Vue and Laravel for my semester project & I wish this video dropped before I presented it to my teacher, so I can take some ideas and implement them in the project but whatever, lol. It still doesn't stop me to learn something valueble. Keep it up 👍
Wonderful tutorial man! Going to use this as a reference during development when needed. Thanks for taking the time to go over things like generating ssh keys. It's always helpful!
Excited to tackle this new valuable video. I started watching your tutorials after I watched your video about PHP roadmap. I like the way you explained the topics, easy to understand. God bless as always. Thank you Sir Zura, from phil with ❣️
@@TheCodeholic bro thanks for kind response! If you ever get a spare time, please cover 2 things, 1:Reporting in php for enterprise applications, preferably yii2. 2: background/long running jobs on button click with Asyn to avoid waiting for page load and get response in UI if the job completed successfully.
I've had Hostinger hosting for a while now, but have struggled with how to handle mapping the non-configurable/public_html to the /public folder of my laravel projects. I hadn't thought of just using a sym link, Thanks so much for this suggestion!
This is what i want the most. There still many that i want to add to those thing, such as easy configuration(settings) in the dashboard, plug and play feature with extension or plugin and theming. Thanks in advance.
I really interest with this video tutorial, I've been searching modern Laravel with Tailwindcss tutorial and I find this cool video. Thank you so much Sir for this video. It's great and you really help me to learning Laravel better.
A fantastic tutorial, indeed!!!! I never thought I would build with Larvel, but the Vue, which integrates with it as a front, bought me. Ever since, I left with many questions about Laravel and the way it works and the basics of all the modules, resources, and in general... Wish you make a tutorial about that.
Amazing video Zura! Thank you very much, for context I'm not very advanced yet with programming - mainly using python/django for web dev - and I wanted to study a bit about Laravel because loads of corporations use it for their software. Your course taught me a lot of new things, so thanks again!
🔥🔥🔥 Check my full course "Build and Deploy Laravel E-commerce Website with Vue.js Admin Panel" at thecodeholic.com 🔥🔥🔥
let me leave the anchor here. i will need this someday
An excellent course. Keep it up. How long will I have access to a premium course I paid for?
sir please 1 video making webapp using nextjs laravel deploy on shared hosting in hostiger
please pleasepleasepleasepleaseplease please
Hi @TheCodeholic , I know you are busy. Please make an Laravel Inertia JS Vue version of this. Im sure you'll get all the views from laravel-inertia-vue community :)
Just documenting TROUBLESHOOTING I had that might be useful to someone else:
24:45 - If tailwind formatting does not work, try this: when adding the content values to the tailwind.config.js, pay hight attention to copy the code from the tab USING VUE of the Tailwindcss website. There are two tabs, near the top of the page. One is "Using React", the other one is "Using Vue". You can also add manually the extension "vue" to the list. That is the difference that causes tailwind not to work in this VUE project.
26:25 - If the header context menu does not work properly (when clicking the user picture), again, it is because you didn't copied the VUE version of the code. Pay attention that next to the COPY icon (button) there is a dropdown where we must select VUE to copy the full code that represents the entire component (with the TEMPLATE and SCRIPT sessions)
01:05:45 - When adding the Auth call, an error rises on the editor , something like "undefined type auth". For those who are new to PHP/Laravel, things like this can be tricky. But the solution is easy. Just add use Illuminate\Support\Facades\Auth at the top of the file.
hey thankks a lot, tailwind formatting isn't working for me. I used vue though like you said :(
Thanks man !
Thank you man :)
I am about to completed it. It took me at least more than 50 hours studying, watching, rewatching, researching and following alone coding. If it is not the best tutorial, but it could be a best tutorial for learning vue3. Be careful newbies to not dive into this tutorial without any prior basic vue3 knowledge. Otherwise you may quit in the middle. Thank you @TheCodeholic for your immense effort.
one hour through and I'm pretty impressed about how much work you put in these videos
Thanks buddy.
Yoir comment means a lot
Writing this comment when only 9 minutes into the video and I can already tell that you are going to be more helpful and thorough than 99% of RUclips programming tutorial makers! I'm excited to get through the whole guide, it's exactly what I need to get back into programming after a few years off!
This video is utterly useful for me as a software developer to help me understand things better.
Thanks for tutorial, I have been waiting for simple app with Vue 3 + Laravel. Thanks for all you are doing for the community.
Welcome buddy.
I hope you will learn something from it.
The first ten minutes, you gave me the energy to follow and watch the all toturial. Thank you
Thanks alot!
Between 1:09:00 to 1:13:00, that's a good example of the S and O in SOLID pattern, you've changed from fetch API to Axios without affecting other code in the login and register components. Genius!
Thank you for your nice words.🙏
Best stack! Most popular and common use. Didn’t watch yet but I’m sure u did a great job!
Thank you. I hope you will like it.
So far, this is an excellent course on RUclips!
Thank you, This course is amazing
BEST VIDEO ON RUclips
I had not seen a tutorial like this. This is a perfection
Thanks a lot.
48:00 I needed to stop to click on like button. lol. I'm loving thits tutorial. Thanks very much!
Thanks my man. Such support gives me more motivation to keep making more videos.
just what I needed. thank you. Love laravel content
used to code for a couple of years and at some point due to poor project management I gave up on coding and did a career break. I start off with your tutorial and hopefully to get that burning desire of coding back!
Good luck buddy. Try to find the tutorials and reaources which will help you to stay motivated. Without motivation it's very hard.
Спасибо большое за такое видео. Долго ждал новых уроков на канале, с возвращением)))
Your approach is a senior developer approach. Great job.
Thanks
Yes finally i completed that course. thank you so much 😎
You are the savior of my life this is the 2nd series I learnt from you and it totally works out fine for me. Very detail and I could learn from 0 knowledge of the framework. Keep up the greate spirit.
im literally here because im struggling so much about linking laravel auth with vue , i will give you my review as soon as i finish the video
edit :
after finishing the video the only thing i have to say is perfection i love how much your code is clean, you gained a subscriber.
Aswsome tutorial so far for laravel, Vue. A to z real real world project,. Thank you for your efforts... Amazing
Happy to know that.
Thanks for your comment
you are the best teacher i have ever seen. keep going, i appreciate your work very much.
Thank you! 😃
Looking forward. :)
this is an amazing video, the content is just awesome
Thanks buddy
You are almost nearly close to Brad Traversy. Best of luck buddy. Loved you content.
Huge thanks buddy. Such comments mean a lot to me.
just started. Excited
Good luck
thank you I loved it, please continue in this temp
Thank you,bro! We love this stack!
Welcome.
I hope you will like it so much to share it.
არ ველოდი ქართველის ვიდეოს რო ვნახავდი Full stack application ზე xD, Great video and project!
იმედია მოგეწონება.
Thanks my friend.
Excellent course , Thank you from Morocco
Welcome
Great Tutorial..!! Love to learn more....
Great video Zura! Very, very helpful! Thanks so much!
Thanks for your comment.
Great stuff man! I made online shopping application with Vue and Laravel for my semester project & I wish this video dropped before I presented it to my teacher, so I can take some ideas and implement them in the project but whatever, lol. It still doesn't stop me to learn something valueble. Keep it up 👍
Thanks buddy.
Happy to hear that.
i have already followed your MVC Project - i am really happy you made this
Thank you. I hope it will help.
@@TheCodeholic i bet - its funny i was just looking for a lara + vue project to follow along. greate timing
Thanks for the video. I've been looking for a content like this since last week. Hugs from Brazil
Glad you enjoyed it!
THIS is PRECISELY the Full Stack video I was looking for!!! Many Thanks!! I have subbed!
Wonderful tutorial man! Going to use this as a reference during development when needed. Thanks for taking the time to go over things like generating ssh keys. It's always helpful!
I do it for such a lovely comments. Thank you.
🙏
If you find it good enough please share it on your social media.
I'm very interested by this approach you're used!
Thanks for this most important course!
@CYSPORT GIST It is immoral to market for your useless video. At lease have this courage to thanks this guy with a such a wonderful tutorial.
Thanks a million, this video is what i have been looking for, great work sir, need more videos on laravel, vue 3 and tailwind
Thanks a lot. Will try...
An awesome course from my favorite Guru! Thanks for creating it. Keep it up. 🙏🙏🙏
Thanks a lot buddy for your nice words. Appreciate...
I hope you will like the course.
i am student from Vietnam, thank you very much!
im starting, looks amazing this course
Best stack! Thank you very much for class!
You're welcome.
Very glad that you like it.
this is what I am searching for. thank you very much!
this helps a lot.
because the tutorial is so compact its will not be easy for beginners to digest the coding methodology logic and path of the project.
Excellent course & thank you for this!
Thanks for your comment. More is coming.
Excellent course & thank you for this!!! From Brazil!
I too
big love from pakistan, your courses are making me a great and super backend developer and front-end engineer | thanks zura
Thank you so much. It means a lot to me.
Excited to tackle this new valuable video. I started watching your tutorials after I watched your video about PHP roadmap. I like the way you explained the topics, easy to understand. God bless as always. Thank you Sir Zura, from phil with ❣️
Thanks my friend.
I appreciate
its really helpfull to learn vue laravel and tailwind css. thanks for your contribution to the world.
Wow this project is awesome. Thanks for putting in the effort. Definitely will takle this project on the weekend :)
Thank you. Hope you enjoy it!
wonderful tutorial fell in love with it first glance.
Thank you. Appreciate your nice words. 🙏
This is pure gold!!!
Thanks man. Such comments mean a lot.
awesome as always 😀
Thank you for taking the time to make such an informative video.
Glad it was helpful!
Bro, seriously you are too good!
Such comments make my day ❤
@@TheCodeholic bro thanks for kind response! If you ever get a spare time, please cover 2 things,
1:Reporting in php for enterprise applications, preferably yii2.
2: background/long running jobs on button click with Asyn to avoid waiting for page load and get response in UI if the job completed successfully.
@@TheCodeholic I am stuck in these 2 things. I was following your yii2 videos.
Will try
Reporting is very anstract. What type of reports do you mean?
Great work 💯🔥🔥
Thanks a lot
This is really useful. I haven't deployed a full stack web myself, so this really helps. Thank you
Awesome Bro. Keep going with project based tutorial.
Thank you, I will
Really one of the best one
Thanks my friend
when you go you go really hard!!! hot stuff!!!
Great job, man! It's the second video of yours that I've watched, and both of them are absolutely useful and include really lots of important stuff
I am really happy to hear that
I've had Hostinger hosting for a while now, but have struggled with how to handle mapping the non-configurable/public_html to the /public folder of my laravel projects. I hadn't thought of just using a sym link, Thanks so much for this suggestion!
this is still a very relevant and awesome tutorial.
Looking forward to getting in...
Great video!
Thank you
love your sincere efforts to deliver your knowledge
Thanks a lot.
Great work Man !!!! Thanks a lot and may God bless you !!!
Thank you my friend. I hope you learn a lot from the project.
@@TheCodeholic I learned so much !!!
დიდი მადლობა ზურა
you've done something beautiful, i really wanted a crash crouse back to vue3 and composition api , this is perfect
thank u, i'm still learning but i managed to make something with ur help + thx for posting the source code u are a legend
Awesome tutorial! Thank you very much!
Thank you very much!!!!! this is what I am searching for.
Glad to hear that
Amazing work , added to my schedule , thanks for the hard work .
Awesome, thank you! Let me know your thoughts when you watch it.
I appreciate your work. Keep it up Bro!
Thanks buddy. Such comments mean a lot. 🙏
Thank you a lot for this course
Good man! Thank you for this magic travel
Welcome my friend. Enjoy.
Thanks for the tutorial.That’s what I need
This is what i want the most. There still many that i want to add to those thing, such as easy configuration(settings) in the dashboard, plug and play feature with extension or plugin and theming. Thanks in advance.
Awesome! This will be my weekend project!
wonderful tutorial!
Thanks a lot
I am just starting now to watch this video and I liked the video in advance. I'll talk to you soon when I finish the whole tutorial.
This is a great tutorial thank you man
Absolutely amazing.
thank youuu so much fr this tutorial!!
Kral, muazzam bir video olmuş. Teşekkürler.
Beğendiğine sevindim
I really interest with this video tutorial, I've been searching modern Laravel with Tailwindcss tutorial and I find this cool video. Thank you so much Sir for this video. It's great and you really help me to learning Laravel better.
Happy to know that
Thank you sir for your hard work
Welcome my friend, I hope it will help.
The video and the channel is amazing thank you for this
I am really thank full for this video it helps me alot :)
Thanks for this video.
Welcome. I hope you will like it.
very cool!! you helped me with a great project, hugs from Brazil
Amazing to hear that. Thank you 🙏
A fantastic tutorial, indeed!!!!
I never thought I would build with Larvel, but the Vue, which integrates with it as a front, bought me.
Ever since, I left with many questions about Laravel and the way it works and the basics of all the modules, resources, and in general...
Wish you make a tutorial about that.
Happy to hear that. Stay tuned. I will release ecommerce tutorial soon
Amazing video Zura! Thank you very much, for context I'm not very advanced yet with programming - mainly using python/django for web dev - and I wanted to study a bit about Laravel because loads of corporations use it for their software. Your course taught me a lot of new things, so thanks again!
Thank you as well. Good luck on your journey.
i liked this video about a month ago. Today i'm finally going to get it started can't wait. Thank you @The codeholic
Really amazing video just what I needed as well. Thank you so much.
Glad it was helpful!
Helpful tutorial! Great work
Glad it was helpful!
Built a project very similar to this a couple months back, keep up the good work man!
Nice to know. Thank you.