fof/drafts

Allow users to create post and discussion drafts

Fund package maintenance!
Website

Installs: 34 607

Dependents: 4

Suggesters: 0

Security: 0

Stars: 16

Watchers: 6

Forks: 7

Open Issues: 7

Language:JavaScript

Type:flarum-extension

1.2.11 2024-09-05 12:59 UTC

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.