I have a form which has multiple input, from which I want to pass values of input to URL
<form method="get" action="">
<input type="text" name="age" >
<input type="text" name="first_name" >
<button type="submit">Submit</>
</form>
Route::get('search/{age}/{first_name}', 'SearchController@index');
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2y4mwyD
via IFTTT
Aucun commentaire:
Enregistrer un commentaire