biigle / demo
BIIGLE module to offer a demo project to new users.
Installs: 6 242
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
README
This is the BIIGLE module to offer a demo project to new users.
Installation
- Run
composer require biigle/demo
. - Add
Biigle\Modules\Demo\DemoServiceProvider::class
to theproviders
array inconfig/app.php
. - Run
php artisan vendor:publish --tag=public
to publish the public assets of this module. - In your
.env
file, setDEMO_LABEL_TREE_ID
to the ID of the label tree,DEMO_VOLUME_IDS
to the (comma separated) IDs of the volumes to attach to each new demo project. If you don't do this, new demo projects will be empty. You can also set an optionalDEMO_PROJECT_NAME
(default is "Demo Project").
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.