Support the ongoing development of Laravel.io →
Requests Input Eloquent
Last updated 10 months ago.
0

You gonna have to share more.

How are you making the PUT request (Code will be nice)? Route code only the Route::resource('photo', 'NameController'); part.


Last updated 10 months ago.
0

maybe you're write the wrong code for your routing to handle update()

Last updated 10 months ago.
0
>
>You gonna have to share more.
>
>How are you making the PUT request (Code will be nice)?
>Route code only the Route::resource('photo', 'NameController'); part. 
>
>-------------------

Here is the routes

Route::group(['prefix' => 'v1'], function() { Route::resource('resources', 'ResourceController', ['except' => ['create', 'edit']]); });

Last updated 10 months ago.
0

Yeah, finally found the problem solving from this forum,
I can not get inputs from a PUT/PATCH request

Last updated 10 months ago.
0

Sign in to participate in this thread!

LaraJobs

Your banner here too?

zahroul zahroul Joined 18 Aug 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2023 Laravel.io - All rights reserved.