Skip to content

4viewture/pagetreefixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pagetreefixer

pagetreefixer is a TYPO3 commandline helper to remove orphaned pages

Installation

Use the package manager composer to install pagetreefixer.

composer req kaystrobach/pagetreefixer

Usage

# with typo3 console
vendor/bin/typo3cms pagetreefixer:fixorphanedpages

# without typo3 console
vendor/bin/typo3 pagetreefixer:fixorphanedpages

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL2.0+