fof / drafts
Allow users to create post and discussion drafts
Fund package maintenance!
Website
Installs: 21 144
Dependents: 3
Suggesters: 0
Security: 0
Stars: 13
Watchers: 6
Forks: 8
Open Issues: 5
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
This package is auto-updated.
Last update: 2023-09-11 01:17:03 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.