fof / drafts
Allow users to create post and discussion drafts
Fund package maintenance!
Website
Installs: 61 616
Dependents: 6
Suggesters: 0
Security: 0
Stars: 17
Watchers: 5
Forks: 9
Open Issues: 7
Type:flarum-extension
pkg:composer/fof/drafts
Requires
- flarum/core: ^2.0.0-beta
Requires (Dev)
- flarum/flags: ^2.0.0-beta
- flarum/gdpr: ^2.0.0-beta
- flarum/phpstan: ^2.0.0-beta
- flarum/tags: ^2.0.0-beta
- flarum/testing: ^2.0.0-beta
- fof/default-user-preferences: ^2.0.0-beta
This package is auto-updated.
Last update: 2025-11-06 22:48:36 UTC
README
A Flarum extension. Enables saving of discussion drafts.
Installation
Install with composer:
composer require fof/drafts:"*"
To enable the Scheduler, be sure to add the job to your crontab:
crontab -e
Then add
* * * * * cd /path-to-your-project && php flarum schedule:run
For more info, see this blog post
Updating
composer update fof/drafts
Links
An extension by FriendsOfFlarum.