fof/drafts
Allow users to create post and discussion drafts
70,734
17
| Install | |
|---|---|
composer require fof/drafts |
|
| Latest Version: | 2.0.0-beta.6 |
| License: | MIT |
| Last Updated: | Mar 13, 2026 |
| Links: | GitHub · Packagist |
Maintainer: clarkwinkelmann
Drafts by FriendsOfFlarum
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.