terminal42 / contao-article-link
Article link extension for Contao Open Source CMS
Package info
github.com/terminal42/contao-article-link
Type:contao-bundle
pkg:composer/terminal42/contao-article-link
Requires
- php: ^8.3
- contao/core-bundle: ^5.7
- symfony/dependency-injection: ^7.4
- symfony/http-kernel: ^7.4
- symfony/routing: ^7.4
Requires (Dev)
- contao/manager-plugin: ^2.0
- terminal42/contao-build-tools: dev-main
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
terminal42/contao-article-link is an extension for the Contao CMS.
Instead of linking to an article URL, it will link to the article ID hash on the article's page.
Installation
Choose the installation method that matches your workflow!
Installation via Contao Manager
Search for terminal42/contao-article-link in the Contao Manager and add it
to your installation. Apply changes to update the packages.
Manual installation
Add a composer dependency for this bundle. Therefore, change in the project root and run the following:
composer require terminal42/contao-article-link
Depending on your environment, the command can differ, i.e. starting with php composer.phar … if you do not have
composer installed globally.
Then, update the database via the contao:migrate command or the Contao install tool.
License
This bundle is released under the MIT license