acpl / flarum-post-validator
Validates all posts in the database. Useful after migrating from other software to Flarum.
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- php: ^7.4|^8.0
- ext-json: *
- flarum/core: ^1.0.0
This package is auto-updated.
Last update: 2024-04-29 04:53:57 UTC
README
Validates all posts in the Flarum database. Useful after migrating from other software to Flarum.
Installation
Install with composer:
composer require acpl/flarum-post-validator
Usage
php flarum validate-posts --chunk=100
How it works?
This extension retrieves all posts from the database and then tries to render them. If an error occurs it saves the id and link of the post to the file.