Posts by Breno Formiga • 7 points
3 posts
-
0
votes2
answers63
viewsA: Hello, I’m trying to search the Laravel, who can help me
To call the parent model, (or collection) Voce has to add a ->with(). Remembering that for this to work, a relationship has to be done in the existing model. ex: $item->with('record'); And in…
-
-1
votes1
answer699
viewsQ: Not operating route in production
I’m having a problem, I recently deployed a 6 Airframe project in production. I have the following route: Route::get('/', function () { return view('welcome'); }); Route::resource('email',…
-
-2
votes1
answer607
viewsQ: When called the update method, the Laravel does not recognize the route
I’m beginner with Laravel(5.5) and I have a problem. I created a crud of products, can list it and view the record, but when I try to do an update, it returns an error: Methodnotallowedhttpexception…