Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 695 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 695 Bytes

ExampleEventBundle

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