Change URL with something other than the ID

if you want to change the uri with something other than the id
public function getRouteKeyName()
{
return 'title';
}
Sources & More Details:

https://laravel.com/docs/8.x/routing

Edit this note