Is it possible to add an extension to laravel routes like so?
http://www.mywebsite.com/members/login.html
and another page with a different extension
http://www.mywebsite.com/contactus.htm
I am transitioning an old website into laravel but the owner doesn't want to change the URL for SEO purposes.