doeanderson / redirect-trailing-slash
Middleware to automatically redirect URLs that end with a slash
Package info
github.com/doeanderson/redirect-trailing-slash
pkg:composer/doeanderson/redirect-trailing-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: 2026-03-29 01:23:20 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.