定制 spadbob/urlencode 二次开发

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

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

spadbob/urlencode

最新稳定版本:1.0.2

Composer 安装命令:

composer require spadbob/urlencode

包简介

Allow Urlencoded slashed and more in routing parameters

README 文档

README

Overrides the default routing in Laravel 4 to allow all characters to be encoded including slashes!

Composer Configuration

Include the artistan urlencode package as a dependency in your composer.json Packagist:

"spadbob/urlencode": "1.0.*"

Installation

Once you update your composer configuration, run composer install to download the dependencies.

Add a ServiceProvider to your providers array in app/config/app.php:

'providers' => array(

	'Artistan\Urlencode\UrlencodeServiceProvider',

)

Apache conf http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes

AllowEncodedSlashes On|NoDecode

Warning

Ensure all your routes are properly rawurlencoded!

This package will actually break your routing IF you do not have valid urls in your routes.

Laravel Bug Fix

([Bug] urlencoded slashes in routing parameters)[https://github.com/laravel/framework/pull/4338]
Current routes do not allow for urlencoded slashes in the paths.
This is problematic when trying to create ecommerce solutions with partnumbers in the routes
since many part numbers have slashes in them. There are also quite a few
manufacturers with slashes in their names and or brands. This package provides
the functionality to allow an uri to have encoded slashes, and other characters,
in the (routes)[http://laravel.com/docs/routing] and also to
(create routes with those parameters)[http://laravel.com/docs/routing#route-parameters].

 An example url may be...

    https://stage.test.com/part/Cisco%20Systems%2C%20Inc/CISCO2851-SRST%2FK9

    Route::any('/part/{mfg}/{part}',
        array(
            'uses' =>'Vendorname\Package\Controllers\Hardware\PartController@part',
            'as' => 'part_page'
        )
    );

Usage

With that said it WILL allow all characters to be rawurlencoded as parameters in your routes without breaking parameters and/or routes.

统计信息

  • 总下载量: 130
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-08-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固