How to create URL in laravel with uppercase or lowercase? – SEO
For SEO i need create URL in the form of uppercase or lowercase. For example (Original URL): https://example.com/CATEGORY/product If user run this URL: https://example.com/category/product or https://example.com/CATEGORY/PRODUCT Converto to: https://example.com/CATEGORY/product How to create this URL in web.php ?