doeanderson / redirect-trailing-slash
Middleware to automatically redirect URLs that end with a slash
1.0.0
2021-06-23 21:22 UTC
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-06-29 02:24:14 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.