Wow. I would never know this knowledge if I didn't follow you. Thank for sharing, you must learned so hard and thought a lot to make this through
@HarpreetSingh-dy3rx2 жыл бұрын
Following all of your videos. I really appreciate you sharing these tips with us.
@Laratips2 жыл бұрын
Thank you so much 🙂
@dibbyo4562 жыл бұрын
Excellent.
@davidsonzed2 жыл бұрын
Thanks for the excellent tip :)
@Laratips2 жыл бұрын
You are welcome
@davidsonzed2 жыл бұрын
@@Laratips can you make a video on how to make invoice with multiple products, for example, let's say a patient visit to a clinic and consult a doctor, and he was asked to do some blood tests, for this we need a patient table, doctor who referred to do the test, and what are the tests. so we need few tables (doctors, patients, services, orders, order_details etc..) so after making an invoice, we need to generate a pdf and print it. Can you do a something similar demo. Thank you for your invaluable tutorials. I really liked your channel and I am watching all of them. :)
@shehiali98892 жыл бұрын
Great video, though i see you still have id field in the users table. Would you recommend leaving the id field as the primary key and then add the uuid field or in my case use the uuid as the model primary key automatically for all tables? My use case is an application that uses multiple database which makes uuid a better option for me.
@Laratips2 жыл бұрын
Actually I always use auto incrementing id as the primary key. Integer is always faster when you are querying the database.
@isabelphillips4512 жыл бұрын
I usually prefer having the ID as primary and UUID or any other form of hash ID column separately. Then in my model, I can set the getRouteKeyName to use the UUID by default.
@cristiandavidhomeacosta50912 жыл бұрын
I really love your videos, I would love to see a tutorial on how to configure xdebug with vscode and laravel? Thanks for your great content.
@Laratips2 жыл бұрын
I did that few weeks ago by watching this video(kzbin.info/www/bejne/n53SdJ2rprKXgbc) It is in very detail and from the creator himself.
@pushpenbanerjee9625 Жыл бұрын
Love it
@NirajDhakal2 жыл бұрын
Bro I need extension pack you are using..
@Laratips2 жыл бұрын
These are the extensions I use: Laravel Blade formatter Laravel Blade Snippets Laravel Extra Intellisense Laravel goto view Laravel-goto-controller PHP Intelephense PHP Namespace Resolver