laravel-trailing-slash icon indicating copy to clipboard operation
laravel-trailing-slash copied to clipboard

Disable trailing slash for admin pages

Open Adzhantis opened this issue 6 years ago • 3 comments

how can I do this ? Cause some packages has relational links and this slash brake functionality

Adzhantis avatar Nov 22 '18 09:11 Adzhantis

Hmmm need to take I look for a solution. Maybe the best option is to implement some kind of exclude urls in config file...

fsasvari avatar Nov 25 '18 19:11 fsasvari

I need that too. If this package use with nova, its occurs some errors. I need to disable that for laravel nova. But dont know how to do.

aozen avatar Apr 09 '19 14:04 aozen

You may setup presence or absence of trailing slash per each route and middleware group using illuminatech/url-trailing-slash

klimov-paul avatar Aug 06 '19 12:08 klimov-paul