mercredi 9 mars 2016

What I need to do, to create a correct route with parameters.

Hello I neet a route with multiple Parameters. Like this URL/name/Thomas/age/22/place/Berlin also URL/variablename1/{variable1}/variablename2/{variable2}/variablename3/{variable3} I need it so that its work to like: URL/age/22/place/Berlin

Route::get('/name/{name}/age/{age}/place/{place}', 'HomeController@social');

has there anyone a fast example?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire