fof/drafts

Allow users to create post and discussion drafts

Maintainers

Package info

github.com/FriendsOfFlarum/drafts

Homepage

Forum

Language:TypeScript

Type:flarum-extension

pkg:composer/fof/drafts

Fund package maintenance!

Website

Statistics

Installs: 70 747

Dependents: 6

Suggesters: 0

Stars: 17

Open Issues: 11


README

License Latest Stable Version OpenCollective

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.