Posts by Davi Mayara F • 11 points
2 posts
-
0
votes0
answers391
viewsQ: Laravel query using SQL tags Like, Where, and, or
Good afternoon guys I’m having a problem because I need to make the following representation of consultation in Aravel SELECT * FROM imovels AS i INNER JOIN estados AS e ON e.id = i.estado_id INNER…
-
1
votes1
answer149
viewsQ: customize Roleprovider without using Membership or ASP.NET Identit
Good morning. My doubt and the following I have the authentication part of my system made without using Membership or ASP.NET Identit. and wanted to make or use the method [Authorize] already picked…