Search by

naf / board

floknapp

Project-isolated Kanban boards for NAF, with an extension platform.

Package info

github.com/nafphp/board

Type:naf-plugin

pkg:composer/naf/board

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.3 2026-09-22 21:20 UTC

README

Project-isolated Kanban boards, as a NAF plugin. The application behind a Nafinity installation: everything the product does lives here, so extending it never means editing it.

Documentation

https://nafphp.github.io/docs/built-with/nafinity/ — what it is and how it is put together. The extension reference ships with this package, in docs/Extensibility.md.

Install

It is a plugin, so a NAF host requires it like any other:

composer require naf/board
vendor/bin/naf db:migrate up
vendor/bin/naf rbac:sync
vendor/bin/naf nafinity:assets:publish

Three things the host has to provide: a database, a session store, and a storage disk named attachments. Everything else it needs comes with it.

License

MIT