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