Posts by Alexandre Xavier • 15 points
2 posts
-
0
votes1
answer45
viewsQ: Collection:::Orders does not exist - Laravel
starting this topic by saying that I’m new to Laravel, but come on, I’m having a problem with Collection, is giving an error saying that it does not exist and that I made this connection in the…
-
-1
votes1
answer59
viewsQ: Add a function in Laravel Route Resource
I’m new to Laravel, I have a question, I want to implement a function beyond what already exists in the part of Resource. In Resource it looks like this Route::resources([ 'users' =>…