Posts by Elyton Silva • 35 points
5 posts
-
1
votes0
answers68
viewsQ: Error values props js
In the console browser displays this warning every time it selects a data in the form field, how do I resolve ? I set a component pai form complete separate I call on formfilho in another component.…
-
0
votes1
answer249
viewsQ: Is there a command that shows how many commit was done on the branch ?
I’ve always had curiosities about these things, there’s some command in git that shows how many files the branch owner has moved up to the repository ?
-
-1
votes1
answer139
viewsQ: How to change the name of the button if user has registered - LARAVEL?
Good evening, I would like to put a notice on the button if user has made such registration in my case have renewed, user enters the card and note that already made the registration the name of the…
-
1
votes1
answer1595
viewsQ: How to use error-free forelse in the form - LARAVEL?
Good afternoon, I have a form that it brings a database array by user_id, only it has a problem after I put the forelse it is not bringing all the data, because if it has more than one data it…
-
-1
votes1
answer395
viewsQ: I can’t save all records from foreach - LARAVEL
In the user id it has 2 record only that at the time of saving it only saves 1 record and not the 2, as I must do to save correctly ? Follows Code below Controller Lists user data public function…