承接 mavimo/sculpin-redirect-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

mavimo/sculpin-redirect-bundle

Composer 安装命令:

composer require mavimo/sculpin-redirect-bundle

包简介

Sculpin Redirect Bundle

README 文档

README

Setup

Add this bundle in your sculpin.json file:

{
    // ...
    "require": {
        // ...
        "mavimo/sculpin-redirect-bundle": "@dev"
    }
}

and install this bundle running sculpin update.

Now you can register the bundle in SculpinKernel class available on app/SculpinKernel.php file:

class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
    protected function getAdditionalSculpinBundles()
    {
        return array(
           'Mavimo\Sculpin\Bundle\RedirectBundle\SculpinRedirectBundle'
        );
    }
}

How to use

In content that you import you can setup redirect items using:

redirect:
    - alias-path.html
    - old-path.html

Then create a redirect.html file in your theme with the following content:

<!DOCTYPE html>
{% spaceless %}
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="refresh" content="0;url={{ page.destination.url }}" />
  </head>
</html>
{% endspaceless %}

Now if a user visit the a alias-path.htmlwill be redirect on original page.

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-01-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固