Posts by Felipe D • 1 point
5 posts
-
0
votes1
answer59
viewsA: Controller in Laravel is not receiving values sent by Ajax
The only way it worked was this: I am taking the values of only ONE table field and placing it in an array. And, in ajax I added one processData: false. My question now is: How to send multiple…
-
-1
votes1
answer59
viewsQ: Controller in Laravel is not receiving values sent by Ajax
I’m doing a Wizard where I add one product at a time by clicking on a button and Jquery adds the values in an array, and when I click on the next button I make an ajax request sending the values of…
-
0
votes1
answer30
viewsQ: Jquey - How to take actions with dynamic elements of a table?
I’m making a table that is fed dynamically with database values. In this created table I put a field to insert the "quantity" and a button disabled by a class. I want to enable the button as soon as…
-
0
votes1
answer35
viewsA: Error in password reset request
I found out it was a bug with the version I downloaded, the 5.7.23. The bug was fixed in 5.7.24, as here: https://github.com/laravel/framework/issues/27349…
-
0
votes1
answer35
viewsQ: Error in password reset request
What can I do to correct the following error, which appears when I request Reset Password system user: Argument 2 passed to Illuminate\Translation\Translator::getFromJson() must be of the type…