Download the PHP package gnahotelsolutions/laravel-trailing-slash without Composer
On this page you can find all versions of the php package gnahotelsolutions/laravel-trailing-slash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gnahotelsolutions/laravel-trailing-slash
More information about gnahotelsolutions/laravel-trailing-slash
Files in gnahotelsolutions/laravel-trailing-slash
Package laravel-trailing-slash
Short Description End your Laravel project routes with trailing slash
License MIT
Homepage https://github.com/gnahotelsolutions/laravel-trailing-slash
Informations about the package laravel-trailing-slash
Laravel trailing slash
With this package you will be able to end your Laravel project routes with trailing slash.
Installation
You can install the package via composer:
Usage
Optionally, you can publish the config file of the package.
If you want to disable the behaviour of this package, use this variable in your .env
file.
If you want to disable the behaviour of this package just in certain areas of your application, you can modify the configuration on runtime.
If you are using Apache on your development or production environment, remember to remove or comment this lines in public/.htaccess
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- David Torralbo
- David Llop
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.