A simple Calendar/Event CMS bundle
Status: hard-development
- SonataIntlBundle - To show date in your language
- FrequenceWebDashboardBundle - Only for the admin part
Add it to the composer.json:
"soloist/calendar-bundle": "dev-master"
Load the installation:
composer install
// app/AppKernel.php
// ...
$bundles = array(
// ... your bundles ...
new Soloist\Bundle\CalendarBundle\SoloistCalendarBundle(),
);
// ...
# Admin part, you can use your favorite admin prefix
# and add "soloist" in the prefix to be sure it will not override any part of your routes
SoloistCalendarBundle_backend:
resource: "@SoloistCalendarBundle/Resources/config/routing_backend.xml"
prefix: /admin/soloist
# You should do the same operation for the front office
SoloistCalendarBundle_frontend:
resource: "@SoloistCalendarBundle/Resources/config/routing_frontend.xml"
prefix: /