biigle / reports
BIIGLE module to generate reports for projects, volumes and videos.
Installs: 7 084
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 14
Requires
- ext-zip: *
- biigle/ifdo: ^1.0
- jmikola/geojson: ^1.0
- dev-master
- v4.31.3
- v4.31.2
- v4.31.1
- v4.31.0
- v4.30.0
- v4.29.0
- v4.28.7
- v4.28.6
- v4.28.5
- v4.28.4
- v4.28.3
- v4.28.2
- v4.28.1
- v4.28.0
- v4.27.0
- v4.26.3
- v4.26.2
- v4.26.1
- v4.26.0
- v4.25.1
- v4.25.0
- v4.24.1
- v4.24.0
- v4.23.0
- v4.22.3
- v4.22.2
- v4.22.1
- v4.22.0
- v4.21.0
- v4.20.2
- v4.20.1
- v4.19.0
- v4.18.2
- v4.18.1
- v4.18.0
- v4.17.0
- v4.16.0
- v4.15.0
- v4.14.1
- v4.14.0
- v4.13.1
- v4.13.0
- v4.12.2
- v4.12.1
- v4.12.0
- v4.11.0
- v4.10.1
- v4.10.0
- v4.9.0
- v4.8.1
- v4.8.0
- v4.7.1
- v4.7.0
- v4.6.0
- v4.5.0
- v4.4.0
- v4.3.0
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.0
- v4.0.0-beta
- v3.1.0
- v3.0.2
- v3.0.1
- v3.0.0
- v3.0.0-beta
- v2.x-dev
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.5.5
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.0
- dev-issue-127
- dev-dependabot/npm_and_yarn/npm_and_yarn-5490e23419
- dev-laravel-10
This package is auto-updated.
Last update: 2024-10-11 12:36:33 UTC
README
This is the BIIGLE module to generate reports for projects and volumes.
Installation
This module is already included in biigle/biigle
.
- Run
composer require biigle/reports
. - Add
Biigle\Modules\Reports\ReportsServiceProvider::class
to theproviders
array inconfig/app.php
. - Run
php artisan vendor:publish --tag=public
to publish the public assets of this module. - Run
pip install -r vendor/biigle/reports/requirements.txt
to install the python requirements. - Configure a storage disk for the report files and set the
REPORTS_STORAGE_DISK
variable to the name of this storage disk in the.env
file. Example for a local disk:'reports' => [ 'driver' => 'local', 'root' => storage_path('reports'), ],
Developing
Take a look at the development guide of the core repository to get started with the development setup.
Want to develop a new module? Head over to the biigle/module template repository.
Contributions and bug reports
Contributions to BIIGLE are always welcome. Check out the contribution guide to get started.