monkeypod / spidersense-module
The MonkeyPod Spidersense module allows you to track connections and relationships between and among your constituents (i.e. entities)
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 415
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 4
Type:laravel-module
Requires
- monkeypod/core-module: ^2.52
- v2.x-dev
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.0
- v2.0.0-beta
- v2.0.0-alpha.4
- v2.0.0-alpha.3
- v2.0.0-alpha.2
- v2.0.0-alpha
- v1.x-dev
- v1.0.1
- v1.0.0
- v1.0.0-beta.1
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.3
- dev-dependabot/npm_and_yarn/lodash-4.17.19
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-master
This package is auto-updated.
Last update: 2020-09-23 18:22:19 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]