heimrichhannot / contao-cleanup-bundle
This bundle offers a symfony command to find and remove unused objects in a Contao CMS instance.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.1
- contao/core-bundle: ^4.4
- heimrichhannot/contao-utils-bundle: ^2.164
Requires (Dev)
- contao/manager-plugin: ^2.0
- contao/test-case: 1.1.*
- friendsofphp/php-cs-fixer: ^2.2
- php-http/guzzle6-adapter: ^1.1
- php-http/message-factory: ^1.0.2
- phpunit/php-token-stream: ^1.4|^2.0|^3.0
- phpunit/phpunit: >=6.0 <6.5
- phpunit/phpunit-mock-objects: ^4.0|^5.0
- satooshi/php-coveralls: ^2.0
- symfony/phpunit-bridge: ^3.2
This package is auto-updated.
Last update: 2024-10-27 15:47:29 UTC
README
This bundle offers a symfony command to find and remove unused objects in a Contao CMS instance.
CAUTION: This bundle is still in ealy state and should only be used by experienced developers. We can't take any responsibility for any data loss caused by the use of this bundle!
Features
- clean up your contao instance by removing objects not included anywhere in the CMS
- currently supported objects:
- modules
Installation
- Install via composer:
composer require heimrichhannot/contao-cleanup-bundle
. - Run the desired command in your project's root.
Commands
Modules
vendor/bin/contao-console cleanup:modules
Parameters: