如何在laravel中创建可更改的参数url

for example:
here are some names.
-mujib
-amjed
-anees

when if some one click on mujib the url should remind old and the parameter should change when some body click on amjed then the url parameter should change to http://jobme.af/amjed.

http://jobme.af/mujib

Route::get('jobme.af/amjed/{parameter}', 'your-action');

see also https://laravel.com/docs/5.5/routing#route-parameters