sulu / example-event-bundle
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 3
Open Issues: 4
Type:symfony-bundle
Requires
- php: ^7.1.3
- doctrine/orm: ^2.6
- friendsofsymfony/rest-bundle: ^2.3
- jms/serializer-bundle: ^2.4
- league/tactician: ^1.0
- league/tactician-doctrine: ^1.1
- ramsey/uuid: ^3.7
- sulu/sulu: ^2.0@dev
- symfony/config: ^3.4 || ^4.0
- symfony/dependency-injection: ^3.4 || ^4.0
- symfony/framework-bundle: ^3.4 || ^4.0
- symfony/http-foundation: ^3.4 || ^4.0
- symfony/http-kernel: ^3.4 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- jackalope/jackalope-doctrine-dbal: ^1.2.5
- jangregor/phpstan-prophecy: ^0.1.1
- phpstan/phpstan: ^0.9.2
- phpunit/phpunit: ^7.2
- symfony/browser-kit: ^3.4
- symfony/monolog-bundle: ^3.3
- zendframework/zend-stdlib: ~2.3
- zendframework/zendsearch: @dev
This package is auto-updated.
Last update: 2021-04-20 18:45:13 UTC
README
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