Posts by Samuel de souza • 47 points
5 posts
-
0
votes0
answers38
viewsQ: Vagrant up puphpet/ubuntu1604-x64 failed
Sepre that I start Vagrant to start a project this error happens: Bringing machine 'default' up with 'virtualbox' Provider... ==> default: Box 'puphpet/ubuntu1604-x64' could not be found.…
-
0
votes1
answer282
viewsQ: Change the anchor position of the top css selector?
Olhá, I’m having a problem defining a web design. my problem consists of a make a <div> which is being used to draw a cross line on an "html" page. But when I use the -webkit-transform:…
-
1
votes1
answer180
viewsQ: Javascript - Focusout does not activate AJAX
Hello! I’m having a problem with JS which is the following: The focusout event is not activating $.ajax JS: $('.focusout_input_budget').focusout(function () { var amount = $(this).val(), id =…
-
2
votes1
answer590
viewsQ: Save form data to database
I’m having a hard time trying to create a form on Laravel 5.4. The form appears normal, but when I click the button, the page reloads and the data is not saved in the database! {{…
-
1
votes1
answer423
viewsQ: Form on Laravel 5.4?
I’m having a hard time trying to create a form on Laravel 5.4, at the time of loading View appears the following error: "Errorexception in helpers.php line 532: htmlspecialchars() expects Parameter…