承接 open-wide/ezpublish-service-bundle 相关项目开发

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

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

open-wide/ezpublish-service-bundle

Composer 安装命令:

composer require open-wide/ezpublish-service-bundle

包简介

For Ez Publish 5, provides a complete system to create and show service in ezflow block and full page

README 文档

README

https://github.com/Open-Wide/OwServiceBundle/raw/master/doc/images/Open-Wide_logo.png

Extension:OW ServiceBundle v1.0
Requires:eZ Publish 5.4.x
Author:Open Wide http://www.openwide.fr

Presentation

This extension provides a complete system to create and show service in bloc or full view.

LICENCE

This eZ Publish extension is provided as is, in GPL v3 (see LICENCE).

Installation via composer

  1. Add ServiceBundle in your project's composer.json
{
  "require": {
    "open-wide/ezpublish-service-bundle": "dev-master"
  }
}
  1. Enable the Bundle in your EzPublishKernel.php file:
<?php
// ezpublish/EzPublishKernel.php
use OpenWide\Publish\ServiceBundle;
...

public function registerBundles()
{
  $bundles = array(
    // ...
    new OpenWide\Publish\ServiceBundle\OpenWidePublishServiceBundle(),
  );
}
  1. Create the following classes using the content package in Package directory or using [OWMigration](https://github.com/Open-Wide/OWMigration):
  • In the class group Service
    • service_folder
    • service_link
  1. Add your event_folder LocationId in src/symfony/ezpublish/config/config.yml:
# LocationId of Service folder
open_wide_publish_service:
    root:
        location_id: ....
     # Nb of element per page
    paginate:
        max_per_page: ...
  1. Create contents on back-office with the following structure:

    • service_folder
      • service_link
      • service_link
  2. Run the legacy bundle install script manually:

$ php ezpublish/console ezpublish:legacybundles:install_extensions

By default, it will create an absolute symlink, but options exist to use a hard copy (–copy) or a relative link (--relative).

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-06-26