acpl / flarum-post-validator
This package is abandoned and no longer maintained.
No replacement package was suggested.
Validates all posts in the database. Useful after migrating from other software to Flarum.
Package info
github.com/android-com-pl/flarum-post-validator
Type:flarum-extension
pkg:composer/acpl/flarum-post-validator
0.0.2
2022-02-03 10:33 UTC
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.
