monkeypod/spidersense-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.2.2) of this package.

The MonkeyPod Spidersense module allows you to track connections and relationships between and among your constituents (i.e. entities)

Installs: 415

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 4

Type:laravel-module

v2.2.2 2020-09-02 17:16 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 Spidersense Module

This module allows you to track connections between entities in the MonkeyPod open-source, non-profit accounting and business management software.

Installation

Include the module
composer require monkeypod/spidersense-module
Migrate and seed the database
php artisan migrate && php artisan module:seed Spidersense
Compile and publish assets
cd Monkeypod/Spidersense && npm run [dev|prod]