FriendsOfFlarum / drafts

Enables creation of discussion drafts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drafts by FriendsOfFlarum

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.

About

Enables creation of discussion drafts

License:MIT License


Languages

Language:JavaScript 45.4%Language:PHP 44.1%Language:TypeScript 8.1%Language:Less 2.3%