wxr/event-bundle

Symfony WXREventBundle

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:symfony-bundle

v2.1.0 2013-01-15 22:29 UTC

This package is not auto-updated.

Last update: 2024-03-16 11:14:46 UTC


README

Installation

SonataEasyExtendsBundle

DoctrineExtensions

Event need sluggable behavior to build unique slug from title.

Configuration

WXREventBundle doesn't require any configuration.

Default configuration

wxr_event:
    translation_domain: WXREventBundle
    event:
        manager: wxr_event.event.manager.default
        admin:
            class: WXR\EventBundle\Admin\Entity\EventAdmin
            controller: SonataAdminBundle:CRUD
    category:
        manager: wxr_event.category.manager.default
        admin:
            class: WXR\EventBundle\Admin\Entity\CategoryAdmin
            controller: SonataAdminBundle:CRUD
    tag:
        manager: wxr_event.tag.manager.default
        admin:
            class: WXR\EventBundle\Admin\Entity\TagAdmin
            controller: SonataAdminBundle:CRUD