bwein-net / contao-migrate-calendar-feature
Migration of calendar_feature for Contao Open Source CMS
Package info
github.com/bwein-net/contao-migrate-calendar-feature
Type:contao-bundle
pkg:composer/bwein-net/contao-migrate-calendar-feature
Fund package maintenance!
Requires
- php: ^7.2 || ^8.0
- contao/calendar-bundle: ^4.10
- symfony/config: ^4.4 || ^5.2
- symfony/dependency-injection: ^4.4 || ^5.2
- symfony/http-kernel: ^4.4 || ^5.2
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Since Contao 4.10 the featured events have been part of the contao core, so you no longer need the extension calendar_feature. This Bundle provides a migration for the config of the event modules of the deprecated extension.
Installation
Install the bundle via Composer:
composer require bwein-net/contao-migrate-calendar-feature
Run the migration
After the installation you can run the migration via console contao:migrate or you open the contao install tool.
Uninstall extension
After running the migration you can savely and should uninstall both extensions:
composer remove bwein-net/contao-migrate-calendar-feature
composer remove erdmannfreunde/calendar_feature