jlrdw10 years agoLevel 75ReplyReport SpamNormally the URL ignores case anyway. I'don't use lowercase in code that seems to be fairly standard Like Reply 1 like
jrdavidson10 years agoLevel 54ReplyReport SpamI would assume adding a regex to your route so that it accepts both upper and lowercase. Like Reply
masterpowers10 years agoLevel 5ReplyReport SpamThis will enforce a slug in your routes file Route::get('articles/{slug}', 'ArticleController@getFull')->where('slug', '[a-z0-9-]+'); let me know if fix your problem or answer your question or need more explanation or example :) Like Reply
gopireddy2 years agoLevel 1ReplyReport Spam@masterpowers Hi, same issue i am facing but it redirecting to 404 page Like Reply