Posts by Tadeu Mansi • 61 points
6 posts
-
0
votes1
answer209
viewsA: Laravel 5.6 + JWT (json web token)
Being honest in this new version I don’t know if this would work, but it doesn’t hurt to try/(ツ)/¯ Config::set('jwt.user', seuModel::classe);
-
0
votes1
answer79
viewsA: Sum of Mysql column values
Perhaps the return of the query being only the number of books in the stock of a given discipline is a better way to perform this query Query SELECT D.NOME AS DISCIPLINA ,sum(CA.qtdEx) AS QNT_LIVROS…
mysqlanswered Tadeu Mansi 61 -
0
votes1
answer377
viewsA: Error 1054 in Database
You could have passed the diagram of the tables... But I think the problem with your Join is that idReference maybe there is no see if that’s it, try to rotate this Query manually on your SGBD…
-
1
votes2
answers907
viewsA: How to save and export an object in the browser console?
There is a API that returns you the results of some lotteries in JSON with this you can integrate in virtually any application (there goes your need). This is her link with the ducumentation:…
-
0
votes3
answers2508
viewsA: How to take a variable that is in the controller and put inside a view (Adjustable)
As the colleague said just above missing the CSRF <form method="POST" action="{{ route('suarota') }}"> @csrf //se estiver usando o blade só adicionar isso no form </form>…
-
2
votes1
answer46
viewsA: How can I use a Website form through Android?
Through this topic I think will help you in this link:https://stackoverflow.com/questions/17505157/how-to-send-the-data-from-edittext-to-a-website public void postData(String email, String password)…
androidanswered Tadeu Mansi 61