Posts by Guilherme Tel Souza Ferreira • 41 points
6 posts
-
0
votes1
answer197
viewsA: Array has values, but its length is zero
I found out what was giving me a headache, it wasn’t anything magical, but the fact that Javascript was asynchronous, I was calling my functions callback at the wrong time so I had a wrong…
-
1
votes1
answer197
viewsQ: Array has values, but its length is zero
I need to iterate on this array, however, although it is not empty the length of it returns 0 as you can see, someone knows the reason? The scenario is as follows: I am receiving JSON data from an…
-
1
votes1
answer82
viewsA: Error creating Vagrant box Laseble/Homestead: TCP Connection reset by peer
Guys I already solved, I do not know if it had direct relation with the problem, but when executing the command as administrator, ie using sudo at the beginning there was no mistake.…
-
2
votes1
answer82
viewsQ: Error creating Vagrant box Laseble/Homestead: TCP Connection reset by peer
So community, I’m setting up a PHP development environment and came across this error TCP connection reset by peer, I don’t have a clue what’s going on. virtualbox has been installed perfectly. I…
-
0
votes2
answers181
viewsA: How to include a string in the database from an input array with Laravel?
I found what I wanted, the solution was very simple, I did not understand how things worked very well in the Port, it was a matter of reading the documentation and everything became clearer.…
-
0
votes2
answers181
viewsQ: How to include a string in the database from an input array with Laravel?
I need to include a string data in my database table that I will take for input, which in turn is an array. Follow the form so you can see how it is. <div class="form-inline col-md-12">…