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 :)
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.
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.
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 UA-cam 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!
Huge thanks for your support and love on the video. I really appreciate it. 🙏 At the end of the video the application is deployed on custom domain: yoursurveys.xyz. Register and try... No email confirmation is required...
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!
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.
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!
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 ❣️
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!
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!
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.
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.
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.
I am verymuch exited to go with the flow. I saved it for watch later playlist as I am currently watching another tutorial of ReactJS. I would love to get a full stack project using ReactJS and Laravel from you. Thanks :)
doing one project with nuxt static generated site for jamstack and laravel would be one of a kind in UA-cam as well. none the less thank you very much for this much needed tutorial.
@@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.
Sir Really the project Demo was awesome but i have learned vue basics . i cant keep up with Vuex & vite All those stuffs i think before starting this All the viewers should have knowledge
When your new tab makes request to the server server returns 401 status code and you will be redirectef to login page. I don't think it is a problem. This is how SPA applications work.
🔥🔥🔥 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 :)
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.
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 :)
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 UA-cam 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!
Huge thanks for your support and love on the video. I really appreciate it. 🙏
At the end of the video the application is deployed on custom domain: yoursurveys.xyz.
Register and try... No email confirmation is required...
one hour through and I'm pretty impressed about how much work you put in these videos
Thanks buddy.
Yoir comment means a lot
This video is utterly useful for me as a software developer to help me understand things better.
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.🙏
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.
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.
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.
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.
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 had not seen a tutorial like this. This is a perfection
Thanks a lot.
Спасибо большое за такое видео. Долго ждал новых уроков на канале, с возвращением)))
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 UA-cam!
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.
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
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.
just what I needed. thank you. Love laravel content
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...
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
because the tutorial is so compact its will not be easy for beginners to digest the coding methodology logic and path of the project.
THIS is PRECISELY the Full Stack video I was looking for!!! Many Thanks!! I have subbed!
This is really useful. I haven't deployed a full stack web myself, so this really helps. Thank you
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.
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!
Your approach is a senior developer approach. Great job.
Thanks
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
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.
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.
Yes finally i completed that course. thank you so much 😎
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
Please make a full stack project using React and Laravel.
That would be great too.
Jsjbshsh
yea that would be great
This.
you've done something beautiful, i really wanted a crash crouse back to vue3 and composition api , this is perfect
Thanks for the video. I've been looking for a content like this since last week. Hugs from Brazil
Glad you enjoyed it!
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
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
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.
you are the best teacher i have ever seen. keep going, i appreciate your work very much.
Thank you! 😃
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!
BEST VIDEO ON UA-cam
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.
this is what I am searching for. thank you very much!
this helps a lot.
Amazing work , added to my schedule , thanks for the hard work .
Awesome, thank you! Let me know your thoughts when you watch it.
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.
thank you I loved it, please continue in this temp
i am student from Vietnam, thank you very much!
Looking forward. :)
Nice content as always, thanks for all you are doing for the community.
I am verymuch exited to go with the flow. I saved it for watch later playlist as I am currently watching another tutorial of ReactJS. I would love to get a full stack project using ReactJS and Laravel from you.
Thanks :)
Thank you.
Will keep your suggestion in mind.
Built a project very similar to this a couple months back, keep up the good work man!
Nice to know. Thank you.
i liked this video about a month ago. Today i'm finally going to get it started can't wait. Thank you @The codeholic
Thank you,bro! We love this stack!
Welcome.
I hope you will like it so much to share it.
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.
its really helpfull to learn vue laravel and tailwind css. thanks for your contribution to the world.
Great video Zura! Very, very helpful! Thanks so much!
Thanks for your comment.
doing one project with nuxt static generated site for jamstack and laravel would be one of a kind in UA-cam as well.
none the less thank you very much for this much needed tutorial.
Will keep that in mind.
I hope you will enjoy the tutorial.
this is an amazing video, the content is just awesome
Thanks buddy
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
Thank you for taking the time to make such an informative video.
Glad it was helpful!
aaaah
after a long time....
GJ MAN!
Thanks man.
Excellent course & thank you for this!!! From Brazil!
I too
Love the video, it helps me to understand things better and ofc i learn a lot of things from this video
Glad you liked it!
Thank you, This course is amazing
Really amazing video just what I needed as well. Thank you so much.
Glad it was helpful!
just started. Excited
Good luck
This is pure gold!!!
Thanks man. Such comments mean a lot.
Awesome! This will be my weekend project!
Awesome video ! Thanks a lot for all those explanations 😊
Thanks for your comment 🙏
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. 😀
How is it now after 5 hours? 😀
We are actually getting this for free thanks a lot 👏🏼👏🏼
You're welcome
wonderful tutorial fell in love with it first glance.
Thank you. Appreciate your nice words. 🙏
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?
awesome as always 😀
Excellent course , Thank you from Morocco
Welcome
Best stack! Thank you very much for class!
You're welcome.
Very glad that you like it.
Thank you for your video, it's very helpful for me! Hope to see your tutorial with Laravel + Vue + Element UI
im starting, looks amazing this course
It really helps me a lot! Thank you and God bless bro.
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 !!!
Awesome Bro. Keep going with project based tutorial.
Thank you, I will
this is still a very relevant and awesome tutorial.
The video and the channel is amazing thank you for this
Thanks a lot, this is what I searching for ages. Love the way you teach.
Very glad that you like it.
Thank you
very cool!! you helped me with a great project, hugs from Brazil
Amazing to hear that. Thank you 🙏
Excellent course & thank you for this! I was wondering if you're planning on creating a livewire equivalent?
I appreciate your work. Keep it up Bro!
Thanks buddy. Such comments mean a lot. 🙏
Great Tutorial..!! Love to learn more....
love your sincere efforts to deliver your knowledge
Thanks a lot.
Excellent course & thank you for this!
Thanks for your comment. More is coming.
Thank you very much!!!!! this is what I am searching for.
Glad to hear that
Sir Really the project Demo was awesome but i have learned vue basics . i cant keep up with Vuex & vite All those stuffs i think before starting this All the viewers should have knowledge
You are right. As I mentioned also at the beginning the project requires to have at least basic knowledge of Vue and Vuex and Laravel.
This is not a tutorial, it's a code along. You can still learn but don't expect any explanations
That's right v':
Like I had to pause for a second and see what's in the comment section, to see exactly what I was experiencing. It's really a code along.
exactly…i had to decrease the playing speed to see almost of comments section
I'm also decrease the video speed but so far i'm enjoying this 😅
Thanks for the tutorial.That’s what I need
There is a massive problem with this, I can be logged out and create a session storage with a random value and get access without being authorized.
When your new tab makes request to the server server returns 401 status code and you will be redirectef to login page.
I don't think it is a problem. This is how SPA applications work.
wow, amazing sir!
Thanks a lot 🥰