sulu/example-event-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Installation

Install the dependency:

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

Activate the bundle in config/bundles.php:

<?php

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

Add the bundle routes to config/routes/sulu_admin.yaml:

# ... other routes

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