A third party software will visit my laravel project with a link. But this link has a extra slash. I...
I found public/.htaccess # Redirect Trailing Slashes... RewriteRule ^(.*)/$ /$1 [L,R=301] I...
Thanks for replying. I think it's nothing to do with .htaccess, because I test in original php and s...
The Laravel portal for problem solving, knowledge sharing and community building.
The community