gorriecoe/silverstripe-shorturl
Composer 安装命令:
composer require gorriecoe/silverstripe-shorturl
包简介
Provides a shorter path to URLs using your domain.
README 文档
README
Provides a shorter path to URLs using your domain.
Installation
Composer is the recommended way of installing SilverStripe modules.
composer require gorriecoe/silverstripe-shorturl
Requirements
- silverstripe/framework ^4.0
- gorriecoe/silverstripe link ^1.3
Maintainers
Configuration
URL length
By default url_length is set to 5
gorriecoe\ShortURL\Models\ShortURL: url_length: 7
Internal link types
Depending on the link type you may or may not want to prepend the domain and protocol to the destination url. SiteTree and File will automatically do this. If you need to define additional internal link types you follow the example below:
gorriecoe\ShortURL\Models\ShortURL: internal_types: - Product - AnotherType
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-04-20