sulu/example-event-bundle

此包已被废弃,不再维护。未建议替代包。

安装: 46

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 6

分支: 3

开放问题: 4

类型:symfony-bundle

dev-master / 1.0.x-dev 2018-11-20 12:38 UTC

This package is auto-updated.

Last update: 2021-04-20 18:45:13 UTC


README

CircleCI

安装

安装依赖

composer require sulu/example-event-bundle dev-master

config/bundles.php 中激活包

<?php

return [
    // ... other bundles
    Sulu\Bundle\ExampleEventBundle\ExampleEventBundle::class => ['all' => true, 'admin' => true],
];

将包的路由添加到 config/routes/sulu_admin.yaml

# ... other routes

example_event_api:
    type: rest
    resource: "@ExampleEventBundle/Resources/config/routing_api.xml"
    prefix: /admin/api