monkeypod/eyewitness-module

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v2.1.4) of this package.

Maintainers

Package info

github.com/monkeypod-io/eyewitness

Type:laravel-module

pkg:composer/monkeypod/eyewitness-module

Statistics

Installs: 382

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 4

v2.1.4 2020-06-24 22:41 UTC

README

As always, if you don't have serious programming and systems administation experience, it is recommended to use the plug-n-play, hosted version of MonkeyPod instead.

MonkeyPod Eyewitness Module

This module supports entity action feeds for MonkeyPod open-source, non-profit accounting and business management software.

Installation

Include the module
composer require monkeypod/eyewitness-module
Migrate the database
php artisan migrate
Compile assets
cd MonkeyPod/Eyewitness && npm run [dev|prod]