定制 gnahotelsolutions/laravel-trailing-slash 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gnahotelsolutions/laravel-trailing-slash

最新稳定版本:1.5.2

Composer 安装命令:

composer require gnahotelsolutions/laravel-trailing-slash

包简介

End your Laravel project routes with trailing slash

README 文档

README

Latest Version on Packagist Build status Quality Score Total Downloads

With this package you will be able to end your Laravel project routes with trailing slash.

Installation

You can install the package via composer:

composer require gnahotelsolutions/laravel-trailing-slash

Usage

Optionally, you can publish the config file of the package.

php artisan vendor:publish --provider="GNAHotelSolutions\LaravelTrailingSlash\LaravelTrailingSlashServiceProvider" --tag=config

If you want to disable the behaviour of this package, use this variable in your .env file.

TRAILING_SLASH=false

If you want to disable the behaviour of this package just in certain areas of your application, you can modify the configuration on runtime.

config()->set('laravel-trailing-slash.active', false);

If you are using Apache on your development or production environment, remember to remove or comment this lines in public/.htaccess

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

Testing

composer test

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 dtorralbo@gnahs.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

统计信息

  • 总下载量: 3.41k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 11
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 5
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-06-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固