fof / drafts
Allow users to create post and discussion drafts
Fund package maintenance!
Website
Installs: 56 794
Dependents: 6
Suggesters: 0
Security: 0
Stars: 16
Watchers: 5
Forks: 8
Open Issues: 11
Type:flarum-extension
Requires
- flarum/core: ^1.8.3
Requires (Dev)
- flarum/gdpr: dev-main
- flarum/phpstan: *
- dev-master
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-dependabot/npm_and_yarn/js/cross-spawn-7.0.6
- dev-dependabot/npm_and_yarn/js/babel/helpers-7.28.3
- dev-dependabot/npm_and_yarn/js/babel/runtime-7.28.3
This package is auto-updated.
Last update: 2025-08-26 18:59:20 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.