devpack / gedmo-tree-recalc
Recalc Gedmo Tree (Doctrine Behavioral Extensions)
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^7.2.3
- doctrine/orm: ^2.7
- gedmo/doctrine-extensions: ^2.4
- symfony/config: ^4.4
- symfony/console: ^4.4
- symfony/dependency-injection: ^4.4
- symfony/http-kernel: ^4.4
Requires (Dev)
- phpunit/phpunit: ^8.5
- symfony/var-dumper: ^4.4
This package is auto-updated.
Last update: 2025-03-29 00:47:39 UTC
README
This command was created for Gedmo Doctrine Behavioral Tree Extension.
If your tree has been damaged, the leaves and roots have incorrect values - this command is all you need.
You can easily recalc all the properties of a tree by one command.
How it use?
- Install package
composer require devpack/gedmo-tree-recalc
or copy only command 😉 - Add bundle to your
bundles.php
file
Example:
<?php return [ // ... DevPack\GedmoTreeRecalc\GedmoTreeRecalcBundle::class => ['all' => true], ];
- Run your symfony console
Example:
php bin/console gedmo:tree:recalc [<YourEntity>]
How test package?
Run this command: ./vendor/bin/phpunit tests