Laravel this is not only a practical framework, it is also a programming style
I'm having trouble passing a value from a form to a route.
{!! Form::open(['method'=>'POST', 'action'=> 'ReportController@index']) !!} Call Details
Route::post('reports/{report}', 'ReportController@index');
Aucun commentaire:
Enregistrer un commentaire