kitpages/redirect-bundle
Composer 安装命令:
composer require kitpages/redirect-bundle
包简介
Redirection 301 system for symfony2.
关键字:
README 文档
README
This is a redirect system for symfony2.
You register a list of sourceUrl and destinationUrl. if the URL requested by a navigator is in sourceUrl, you are redirected (301 redirection) to the destinationUrl.
There is a very basic interface to record list of urls. It is directly generated by the symfony2 genrator.
author : Philippe Le Van (@plv)
Current state of the project
Usable, but not documented and it miss a big cleaning of auto generated symfony2 files...
Installation
hum... as usual...
put the code in vendors/Kitpages/RedirectBundle
add vendors/ in the app/autoload.php
add the new Bundle in app/appKernel.php
You need to create a table in the database : ./app/console doctrine:schema:update
Users Guide
TODO :
统计信息
- 总下载量: 950
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2012-10-08