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

sulu/ExampleEventBundle

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages