Your channel has made fall in love with Laravel. Thank you
@marcusgaius3 жыл бұрын
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. :)
@arslannaseeb8433 жыл бұрын
I'm a junior developer and I love the the way you point the common mistakes. keep it up Captain !!!
@Saradomin653 жыл бұрын
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.
@leforce82493 жыл бұрын
You are the experienced senior dev we all are missing in our team
@geralddasalla30033 жыл бұрын
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!
@msmitsumitsuko3 жыл бұрын
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
@LaravelDaily3 жыл бұрын
Thanks for the kind words!
@raminjavi2 жыл бұрын
I have engaged with your lessons! Thanks a lot
@justinphilip42353 жыл бұрын
Keep doing these code reviews. Very helpful
@AGAGARCIA3 жыл бұрын
Great Job. Thanks for your contributions!!!
@nazeerkaadan3 жыл бұрын
great teacher ... many thanks for your efforts
@javierr58453 жыл бұрын
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 🙌🏽
@LaravelDaily3 жыл бұрын
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/
@javierr58453 жыл бұрын
@@LaravelDaily that was just what I was looking for, thanks for the quick reply!
@kwameadoko95423 жыл бұрын
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
@ryiad20103 ай бұрын
it is very helpful thanks
@GergelyCsermely3 жыл бұрын
Thanks. Again something new for me.
@sonOfLiberty1003 жыл бұрын
What a great video
@mihaiandrei31443 жыл бұрын
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.
@nithin_ns3 жыл бұрын
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.
@vermakapil7703 жыл бұрын
hii can u plzz explain category,subcategory using only one table like parent id concept
@alicenNorwood3 жыл бұрын
I love how this guy calls those "random tips"
@vanderhost3 жыл бұрын
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?
@carlperry18953 жыл бұрын
I think he uses Fake Filler chrome.google.com/webstore/detail/fake-filler/bnjjngeaknajbdcgpfkgnonkmififhfo
@codewithtee3 жыл бұрын
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?
@LaravelDaily3 жыл бұрын
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?
@codewithtee3 жыл бұрын
@@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
@LaravelDaily3 жыл бұрын
@@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.
@codewithtee3 жыл бұрын
@@LaravelDaily thank you very much for your time... 😊. Well appreciated
@AbrarAhmad-mz8vl3 жыл бұрын
Nice review.
@NotBeHaris3 жыл бұрын
Please make a video on email unique validation on data updation.
@LaravelDaily3 жыл бұрын
It's just "ignore" rule, please look into Laravel validation documentation and search for "ignore"
@alila38833 жыл бұрын
Very Good
@leforce82493 жыл бұрын
Shesh, creative tim argon dashboard. Use it too for my stuff.
@ricko133 жыл бұрын
Code reviews are the best because you're showing all the mistakes junior devs always make
@hpacdev61703 жыл бұрын
thanks i like that
@keenj3 жыл бұрын
Hi Povilas, Do you have a video about creating your own class for reusable purposes? :D
@LaravelDaily3 жыл бұрын
Not sure what do you mean by that. It doesn't need the video, just create a class and use it :)
@keenj3 жыл бұрын
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.
@bumblebity29023 жыл бұрын
@@keenj For example use Service class to store business logic.
@TheJFMR3 жыл бұрын
Hello, I suggest you make a laravel course. Im sure we will learn a lot.
@geez87803 жыл бұрын
It's on his description.
@LaravelDaily3 жыл бұрын
I've made a lot of Laravel courses already: laraveldaily.teachable.com
@TheJFMR3 жыл бұрын
@@LaravelDaily ah Okay, thanks 😅
@muhammadfarhanahmed92803 жыл бұрын
good content..
@shaheerarain10263 жыл бұрын
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.
@LaravelDaily3 жыл бұрын
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.
@shaheerarain10263 жыл бұрын
@@LaravelDaily Thank you so much
@eliasalansi84173 жыл бұрын
nice
@bumblebity29023 жыл бұрын
Is it worthy to use jQuery or better use Vue, Livewire and etc.?
@LaravelDaily3 жыл бұрын
Use whatever is appropriate for you personally, if you and your team are happy with jQuery, use jQuery.
@alvinvin003 жыл бұрын
7:07 *looking at my campus' API* 🙄
@EDDIEcodename473 жыл бұрын
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?
@LaravelDaily3 жыл бұрын
After this video, I received 5 more emails with repository for review. So, for now, not accepting any more, sorry.
@MouayedElhak3 жыл бұрын
Why you don't use pure javascropt insteed of jQuery ?