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
| 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
- Add ServiceBundle in your project's composer.json
{
"require": {
"open-wide/ezpublish-service-bundle": "dev-master"
}
}
- 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(), ); }
- Create the following classes using the content package in
Packagedirectory or using [OWMigration](https://github.com/Open-Wide/OWMigration):
- In the class group
Service - service_folder
- service_link
- In the class group
- 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: ...
Create contents on back-office with the following structure:
- service_folder
- service_link
- service_link
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
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-06-26
