Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 522 Bytes

File metadata and controls

23 lines (17 loc) · 522 Bytes

Installation

Update config/bundles.php and add:

Mugo\ScriptsBundle\MugoScriptsBundle::class => ['all' => true],

Clear caches.

Features

Commands

  1. Remove items from the trash that were moved before
php bin/console mugo:trash-purge --trashed-days=<days> --iteration-limit=<limit> --iteration-sleep=<seconds>
  1. Remove archived version older than
php bin/console mugo:archive-purge --archived-days=<days> --limit=<limit> --classes-to-exclude=<content_type_1,content_type_2...>