Download the PHP package radnan/rdn-trailing-slash without Composer
On this page you can find all versions of the php package radnan/rdn-trailing-slash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rdn-trailing-slash
RdnTrailingSlash
The RdnTrailingSlash ZF2 module trims the trailing slash in a path and then redirects the request if it does not match an existing route.
Installation
-
Use
composer
to require theradnan/rdn-trailing-slash
package:$ composer require radnan/rdn-trailing-slash:1.*
-
Activate the module by including it in your
application.config.php
file:<?php return array( 'modules' => array( 'RdnTrailingSlash', // ... ), );
That's it! The module will take care of the rest.
All versions of rdn-trailing-slash with dependencies
PHP Build Version
Package Version
Requires
zendframework/zend-mvc Version
2.* || ^3.0
The package radnan/rdn-trailing-slash contains the following files
Loading the files please wait ....