hofff / contao-root-relations
Adds and maintains a reference field in the page table pointing to the root page of each page.
Installs: 2 667
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 2
Open Issues: 1
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.9
- doctrine/dbal: ^2.11 || ^3.0
- symfony/config: ^4.2.7 || ^5.0
- symfony/dependency-injection: ^4.2.7 || ^5.0
- symfony/http-kernel: ^4.2.7 || ^5.0
Requires (Dev)
- contao/manager-plugin: ^2.1
- doctrine/coding-standard: ^9.0
- phpcq/runner-bootstrap: ^1.0@dev
Conflicts
- contao/manager-plugin: <2.1 || >= 3.0
This package is auto-updated.
Last update: 2023-05-22 17:03:47 UTC
README
This extension is built for developers and provides a root page relation for every single page. Instead of iterating
over the page hierarchy you can directly access the hofff_root_page_id
property of a page.