A Flarum extension. Adds a few maintenance commands to Flarum console.
Warning: This extension can make bulk edits on the database. Use it first on a test database and/or make sure you have a backup of your database. If you run into issues, please report them here.
Once enabled in the admin dashboard, it provides the following Flarum console commands:
chore:reparse Reparse all comment posts using the latest formatter's configuration
Install with composer:
composer require club-1/flarum-ext-chore-commands:"*"
composer update club-1/flarum-ext-chore-commands:"*"