Posts by Junior Morais • 27 points
5 posts
-
0
votes0
answers109
viewsQ: Error sending email with PHP, Ajax and JSON
I have a simple form in PHP where the request is made through a Javascrit with ajax that calls the PHP file and returns a response in JON. But the answer I always have is negative, according to the…
-
0
votes1
answer68
viewsQ: After searching with keyup() edit in Modal and return list with edited value?
Good evening guys I’m performing a search with jQuery and the event keyup() this way: $('#colaborador').keyup(function(){ var txtInput = $('#colaborador').val(); if(txtInput.length == 0){…
-
0
votes1
answer2759
viewsQ: Return database records using jquery ajax, php and mysql
I am beginner in jquery and would like a help to the following situation: In this field: <input type="text" name="colaborador" id="colaborador"> How would you do where, for each typed letter a…
-
1
votes1
answer379
viewsQ: Laravel 5.2 Include Field for Authentication
Good afternoon, I would like a light to change the way Laravel performs authentication, I added a column (login) in the users table I would like to know how to do instead of authenticating with the…
laravel-5asked Junior Morais 27 -
1
votes1
answer85
viewsQ: Laravel 5.1 ERROR: Fatalerrorexception in Model.php line 852: Class 'App Vendor' not found
good afternoon! I am trying to relate two tables: Services and Suppliers, follow the templates created: Model Servico use Illuminate\Database\Eloquent\Model; class Servico extends Model { protected…
laravelasked Junior Morais 27