Route::get('{any}', function($url){ return Redirect::to(mb_substr($url, 0, -1), 301); })->where('any', '(.*)\/$');