bwein-net / contao-migrate-calendar-feature
Migration of calendar_feature for Contao Open Source CMS
                                    Fund package maintenance!
                                                                            
                                                                                                                                        rabauss
                                                                                    
                                                                
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-bundle
pkg:composer/bwein-net/contao-migrate-calendar-feature
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)
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