2017 © Pedro Peláez
 

symfony-bundle example-event-bundle

image

sulu/example-event-bundle

  • Thursday, July 19, 2018
  • by wachterjohannes
  • Repository
  • 4 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

ExampleEventBundle

CircleCI, (*1)

Installation

Install the dependency:, (*2)

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

Activate the bundle in config/bundles.php:, (*3)

<?php

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

Add the bundle routes to config/routes/sulu_admin.yaml:, (*4)

# ... other routes

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

The Versions