doeanderson / redirect-trailing-slash
Middleware to automatically redirect URLs that end with a slash
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/doeanderson/redirect-trailing-slash
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-09-29 02:58:12 UTC
README
Middleware for removing the trailing slash from a URL. For when you just can't modify your server configuration.
Installation
You can install the package via composer:
composer require doeanderson/redirect-trailing-slash
Testing
./vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.