ggggino/tour-cms-bundle

此扩展使用TourCMS库并带有自定义配置

v1.0.0 2018-09-06 13:00 UTC

This package is auto-updated.

Last update: 2024-09-07 02:18:32 UTC


README

Symfony Bundle for the TourCMS library.

安装

命令行界面

composer require ggggino/tourcms-bundle

AppKernel.php

array(
    ...,
    new GGGGino\TourCMSBundle\GGGGinoTourCMSBundle()
)

routing_dev.yml

ggggino_tourcms:
    resource: "@GGGGinoTourCMSBundle/Controller"
    prefix: /ggggino-tourcms
    type: annotation

配置

ggggino_tourcms:
    marketplace_id: 10
    api_key: 'prova'
    timeout: 0
    channel_id: %tourcms_channel_id%