Posts by Marco • 111 points
2 posts
-
0
votes2
answers1133
viewsA: How to receive JSON data?
Using jQuery, you can use the jQuery.ajax function to receive json and manipulate it. On the server side, assuming it would be PHP, there would be something like an array with the data, say $data.…
-
1
votes1
answer52
viewsA: Doubt about the connection to the bank in the authentication of Aravel 5.6
According to the Laravel manual, you use Artisan to generate everything you need (route, controller, view): php artisan make:auth (source:…