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.

Installs: 382

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 4

Type:laravel-module

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]