fof / drafts
Allow users to create post and discussion drafts
Fund package maintenance!
Website
Installs: 64 396
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/byobu: ^2.0.0-beta
- fof/default-user-preferences: ^2.0.0-beta
- 2.x-dev
- 2.0.0-beta.2
- 2.0.0-beta.1
- 1.x-dev
- 1.2.13
- 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-im/byobu
This package is auto-updated.
Last update: 2025-11-28 12:58:45 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.