Hello Dary. I really appreciate your content. I started your Laravel series yesterday night. But I'm on windows and I am facing difficulties installing Laravel properly. Can you please make a short video for the windows users to set up the environment properly? Waiting for your response bro
Actually, it's equal to what he use for mac, expect you not doing stuff which he does on mac. also i use git bash terminal for vscode. rest remains the same. Also, f.e. as web-server i use Open Server.
@@codewithdary It is very simple. At the same time i would like to add a lot of product to the database. So if i have iphone product wich is red, green and blue, i do not need to add 3 different times. So first i jusr have one line of inputs. and here i have a button wich add one more line.
I have a question: 'name(input name)' => 'required|unique:cars(table name)' How laravel will know that name_input should be check for uniqueness in only name_column of database?
LETS CONNECT THROUGH INSTAGRAM.
instagram.com/codewithdary
I have been learning laravel since last week...and here I am...got the best content on youtube. Thanku sir ....
Wow, thank you so much. I got a lot more content on my channel if you are interested :)
@@codewithdary yes I'm learning from your videos.
Thanks for teaching me Laravel from scratch.
You're welcome!
Hello Dary. I really appreciate your content. I started your Laravel series yesterday night. But I'm on windows and I am facing difficulties installing Laravel properly. Can you please make a short video for the windows users to set up the environment properly? Waiting for your response bro
Quick fix: Search youtube "Laravel Windows"
I might do it in the future but I can write down the steps if you like to?
+ 1
@@codewithdary yeah sure. Steps can be helpful too
Actually, it's equal to what he use for mac, expect you not doing stuff which he does on mac. also i use git bash terminal for vscode. rest remains the same. Also, f.e. as web-server i use Open Server.
Hello Dary,
I really like your content and learning a lot from you.
In this video you did 'name' => 'required|unique:cars'
Thanks man.
Happy to help buddy
Thank you for your tutorial!
What if i have multiple inputs with same name? How can i save that in the database in different row?
Exemple:
Thank you.
Why would you want to have the same name? Lol.
@@codewithdary It is very simple. At the same time i would like to add a lot of product to the database. So if i have iphone product wich is red, green and blue, i do not need to add 3 different times.
So first i jusr have one line of inputs.
and here i have a button wich add one more line.
I have a question:
'name(input name)' => 'required|unique:cars(table name)'
How laravel will know that name_input should be check for uniqueness in only name_column of database?
The key of your array is the column it searchers for. You can test this out by changing the key :)
mistake at 5:33. right is: 'name' => ['required', 'uniq...', ... ]
Oops.