ip/slugify-namer
Composer 安装命令:
composer require ip/slugify-namer
包简介
Namer for the VichUploaderBundle which slugifies the filename of the uploaded file
README 文档
README
Namer for the VichUploaderBundle which slugifies the filename of the uploaded file
Installation
You can install SlugifyNamer through Composer:
$ composer require ip/slugify-namer
To use it in a Symfony2 project add it as a service in services.yml:
services:
...
ip.slugify_namer:
class: ip\SlugifyNamer\SlugifyNamer
Then add the service to your VichUploader mapping in config.yml
vich_uploader:
...
mappings:
example_upload:
uri_prefix: /upload/directory/
upload_destination: %kernel.root_dir%/../web/upload/directory
namer: ip.slugify_namer
...
统计信息
- 总下载量: 1.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-25