Posts by Felipe Ramon • 43 points
2 posts
-
3
votes3
answers2003
viewsQ: What is the correct way to pass two or more parameters on the route?
I am trying to pass two parameters on the route, however, I get this error: "Route Pattern "/fiche/{id}/client/{id}" cannot Reference variable name "id" more than Once." The route used:…
-
1
votes1
answer61
viewsQ: Relationship Doubt - Laravel?
I’m new to Laravel and PHP and I’m trying to create a simple voting system. It turns out, I’m having doubts about how to relate between my tables. For example: I have the table of Pessoa and the…