Honestly, I love this guy. He didn't dare to remove anything that he didn't add himself, including the default Laravel resource controller comments, or the '#code...' from the snippet extension. But seriously, I see a lot of myself from 2 years ago in his code (including, but not limited to the use of jQuery :D). He's not afraid to try and to ask for feedback, he should do quite well in the future, especially if he continues following your videos. :)
I'm planning to learn Laravel again, and watching your videos really helps me recall things I've forgotten and also learn new things I didn't knew before.
Just want to say i love your videos. I don't comment much but i click like to support. I might also purchase a course in the future to get better with laravel. I just wanted to say i enjoy the way you teach and how relaxing your voice is. It's like your voice is meant to be a teacher. Thanks for uploading free content like this on youtube
Thanks for the videos! Your content it’s awesome and I really like this type of series because you show errors that everyone does sometime or when we are start learning new stuff. I have a Q but i do not know if you have a video on that, and if is exist a method to save an array to the one columm of the db, and also retrieve that data in form of an array. Thanks in advance 🙌🏽
You should read about JSON columns in MySQL/Eloquent. One of my older articles about it: laraveldaily.com/working-with-mysql-json-columns-in-laravel-custom-properties-example/
I don't have access to the code, but I think I have done it before in my code $count++. I used that to set the row's background to either gray or white when the counts value is an even number
Hi, I am Working on a EV Charging Station Management App using Laravel, Can you give me advice for how to establish connection between charging station and our Admin section real time , what are the technologies related to that etc.
Hi there! Cool videos. How about a video about how to Structure a Laravel & VueJS Multipage app? Like using VueJS making only some parts of the app work dynamically and keeping a nice SEO. Can it be done? Can one have both VueJS and Blade components? I've been looking for that kind of information on the internet for a long time.
@@LaravelDaily I have been able to implement the multiple step form. So it is basically a situation whereby the movie has many casts, genres, producers, etc. The details of the movies were collected using a multi step form, Now, each of the relationship can be modified, how to best to modify them is what i am been confused about cause they are on different tables, i have the casts, producers and writers table, related to the movie
@@codewithtee I see the problem. Still, I can't answer that in a quick comment, but this is too specific/individual problem for me to spend time and create a separate video, sorry.
Hey Sir, I am a huge fan of your code and teaching nobody teaches Laravel like yours. I am struggling to build an module in my application which is dynamic template creation. Lemme explain myself little bit you'll understand. I wanted to create dynamic contents in a page like there will be a select menu, which I select create input field and input field needs to create and I dragged that input field in the template and it will store in the database. I want a tutorial like this how to do that. Can you please at least reply my comment. Thank you.
Hi, It would be quite a difficult thing to accomplish in a short tutorial in the format I'm doing it, it would be more like an hour-long video, so at the moment I'm not planning it, sorry.
Are you still accepting code to review? I am not frequent on twitter so not sure how to find this particular tweet... Or where to send link of repository?
Your channel has made fall in love with Laravel. Thank you
Honestly, I love this guy. He didn't dare to remove anything that he didn't add himself, including the default Laravel resource controller comments, or the '#code...' from the snippet extension.
But seriously, I see a lot of myself from 2 years ago in his code (including, but not limited to the use of jQuery :D).
He's not afraid to try and to ask for feedback, he should do quite well in the future, especially if he continues following your videos. :)
I'm a junior developer and I love the the way you point the common mistakes.
keep it up Captain !!!
You are the experienced senior dev we all are missing in our team
I'm planning to learn Laravel again, and watching your videos really helps me recall things I've forgotten and also learn new things I didn't knew before.
Just want to say i love your videos. I don't comment much but i click like to support. I might also purchase a course in the future to get better with laravel. I just wanted to say i enjoy the way you teach and how relaxing your voice is. It's like your voice is meant to be a teacher. Thanks for uploading free content like this on youtube
Thanks for the kind words!
Thank you for these vids. Love how every time i watch i learn new things even if I’ve been using laravel for years now. Keep it up!
Keep doing these code reviews. Very helpful
I have engaged with your lessons! Thanks a lot
Thanks for the videos! Your content it’s awesome and I really like this type of series because you show errors that everyone does sometime or when we are start learning new stuff. I have a Q but i do not know if you have a video on that, and if is exist a method to save an array to the one columm of the db, and also retrieve that data in form of an array. Thanks in advance 🙌🏽
You should read about JSON columns in MySQL/Eloquent. One of my older articles about it: laraveldaily.com/working-with-mysql-json-columns-in-laravel-custom-properties-example/
@@LaravelDaily that was just what I was looking for, thanks for the quick reply!
Great Job. Thanks for your contributions!!!
I don't have access to the code, but I think I have done it before in my code $count++. I used that to set the row's background to either gray or white when the counts value is an even number
Hi, I am Working on a EV Charging Station Management App using Laravel, Can you give me advice for how to establish connection between charging station and our Admin section real time , what are the technologies related to that etc.
great teacher ... many thanks for your efforts
Hi there! Cool videos. How about a video about how to Structure a Laravel & VueJS Multipage app? Like using VueJS making only some parts of the app work dynamically and keeping a nice SEO. Can it be done? Can one have both VueJS and Blade components? I've been looking for that kind of information on the internet for a long time.
I love how this guy calls those "random tips"
Nice, I like the concept of the project...
How best do you think, I can handle the update of a resource, that required multiple step form to create?
I can't answer it quickly in a short comment, without creating a full project. What is the actual problem you're facing with those multi-step forms?
@@LaravelDaily I have been able to implement the multiple step form.
So it is basically a situation whereby the movie has many casts, genres, producers, etc.
The details of the movies were collected using a multi step form,
Now, each of the relationship can be modified, how to best to modify them is what i am been confused about cause they are on different tables, i have the casts, producers and writers table, related to the movie
@@codewithtee I see the problem. Still, I can't answer that in a quick comment, but this is too specific/individual problem for me to spend time and create a separate video, sorry.
@@LaravelDaily thank you very much for your time... 😊. Well appreciated
Code reviews are the best because you're showing all the mistakes junior devs always make
Good afternoon Povilas,
I notice in your one video you made use of a Chrome extension to fill in forms. Any chance of letting me know what it is?
I think he uses Fake Filler
chrome.google.com/webstore/detail/fake-filler/bnjjngeaknajbdcgpfkgnonkmififhfo
hii can u plzz explain category,subcategory using only one table like parent id concept
Thanks. Again something new for me.
What a great video
it is very helpful thanks
Is it worthy to use jQuery or better use Vue, Livewire and etc.?
Use whatever is appropriate for you personally, if you and your team are happy with jQuery, use jQuery.
Please make a video on email unique validation on data updation.
It's just "ignore" rule, please look into Laravel validation documentation and search for "ignore"
Hi Povilas,
Do you have a video about creating your own class for reusable purposes? :D
Not sure what do you mean by that. It doesn't need the video, just create a class and use it :)
Like creating a custom class and how to use it in your controller and such. I love how you explain things. It just all make sense. It's amazing.
@@keenj For example use Service class to store business logic.
Hey Sir,
I am a huge fan of your code and teaching nobody teaches Laravel like yours.
I am struggling to build an module in my application which is dynamic template creation. Lemme explain myself little bit you'll understand.
I wanted to create dynamic contents in a page like there will be a select menu, which I select create input field and input field needs to create and I dragged that input field in the template and it will store in the database.
I want a tutorial like this how to do that.
Can you please at least reply my comment.
Thank you.
Hi,
It would be quite a difficult thing to accomplish in a short tutorial in the format I'm doing it, it would be more like an hour-long video, so at the moment I'm not planning it, sorry.
@@LaravelDaily Thank you so much
Nice review.
Hello, I suggest you make a laravel course.
Im sure we will learn a lot.
It's on his description.
I've made a lot of Laravel courses already: laraveldaily.teachable.com
@@LaravelDaily ah Okay, thanks 😅
Are you still accepting code to review? I am not frequent on twitter so not sure how to find this particular tweet... Or where to send link of repository?
After this video, I received 5 more emails with repository for review. So, for now, not accepting any more, sorry.
Very Good
Shesh, creative tim argon dashboard.
Use it too for my stuff.
good content..
thanks i like that
nice
7:07 *looking at my campus' API* 🙄
Why you don't use pure javascropt insteed of jQuery ?