I have searched everywhere, but there is no perfect solution.
Laravel’s routes can define suffixes. The following routes have .html as the suffix
Route::get('news/{id}.html', 'NewsController@item');
Laravel’s routes can define suffixes. The following routes have .html as the suffix