https://github.com/android-com-pl/flarum-post-validator
Validates all posts in the Flarum database. Useful after migrating from other software to Flarum.
https://github.com/android-com-pl/flarum-post-validator
flarum-extension
Last synced: 20 days ago
JSON representation
Validates all posts in the Flarum database. Useful after migrating from other software to Flarum.
- Host: GitHub
- URL: https://github.com/android-com-pl/flarum-post-validator
- Owner: android-com-pl
- License: other
- Created: 2022-02-03T09:23:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T19:40:00.000Z (almost 4 years ago)
- Last Synced: 2025-05-16T12:11:17.917Z (9 months ago)
- Topics: flarum-extension
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Flarum Post Validator
 [](https://packagist.org/packages/acpl/flarum-post-validator) [](https://packagist.org/packages/acpl/flarum-post-validator)
Validates all posts in the Flarum database. Useful after migrating from other software to Flarum.

## Installation
Install with composer:
```sh
composer require acpl/flarum-post-validator
```
## Usage
```sh
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.