club-1 / flarum-ext-chore-commands
Adds a few maintenance commands to Flarum console.
Fund package maintenance!
n-peugnet
Installs: 267
Dependents: 0
Suggesters: 4
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- php: >=7.3
- flarum/core: ^1.2.0
Requires (Dev)
- flarum/phpstan: dev-main
- flarum/testing: ^1.0.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-mockery: ^1.1
- phpstan/phpstan-phpunit: ^1.2
README
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
Installation
Install with composer:
composer require club-1/flarum-ext-chore-commands:"*"
Updating
composer update club-1/flarum-ext-chore-commands:"*"