Posts by João Felipe Carvalho • 49 points
2 posts
-
3
votes2
answers280
viewsQ: How to write this query using Eloquent?
I need to write a specific SQL in a project Laravel but I can’t convert the SQL for the syntax of Eloquent, basically, I need to do this SELECT: SELECT * FROM `movimentacoes` WHERE nome LIKE…
-
1
votes1
answer199
viewsQ: Submit the form within a modal view redirects me to the view page
I have an MVC project. A View Home/Index charges the View Usuarios/Create in the form of a bootstrap modal. However, my <input type="submit" /> redirects me to the view address…