bwein-net / contao-migrate-short-urls
Migration of short URLs to URL rewrites for Contao Open Source CMS
Fund package maintenance!
rabauss
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.2 || ^8.0
- contao/core-bundle: ^4.9
- symfony/config: ^4.4 || ^5.2
- symfony/dependency-injection: ^4.4 || ^5.2
- symfony/http-kernel: ^4.4 || ^5.2
- terminal42/contao-url-rewrite: ^1.5.0
Requires (Dev)
README
Since the extension fritzmg/contao-short-urls has been abandoned, you should use terminal42/contao-url-rewrite. This bundle provides a migration for short URLs to URL rewrites.
Installation
Install the bundle via Composer:
composer require bwein-net/contao-migrate-short-urls
Run the migration
After the installation you can run the migration via console contao:migrate
or you open the contao install tool.
Attention: You should not run the database migration which removes the auxiliary column
migrated
fromtl_short_urls
, because the migration of this extension will run again!
Uninstall extensions
After running the migration you can savely and should uninstall both extensions:
composer remove bwein-net/contao-migrate-short-urls
composer remove fritzmg/contao-short-urls