- Ibexa Platform 4+
Run the following command from your project root to install the bundle:
$ composer require netgen/birthday-bundle
Activate the bundle in config/bundles.php
file.
<?php
return [
...,
Netgen\Bundle\BirthdayBundle\NetgenBirthdayBundle::class => ['all' => true],
...
];
Clear Ibexa Platform caches.
php bin/console cache:clear
You can now load and create content with ezbirthday
field type.