biigle/demo

BIIGLE module to offer a demo project to new users.

v2.0.2 2022-03-09 09:58 UTC

This package is auto-updated.

Last update: 2024-04-13 14:08:05 UTC


README

Test status

This is the BIIGLE module to offer a demo project to new users.

Installation

  1. Run composer require biigle/demo.
  2. Add Biigle\Modules\Demo\DemoServiceProvider::class to the providers array in config/app.php.
  3. Run php artisan vendor:publish --tag=public to publish the public assets of this module.
  4. In your .env file, set DEMO_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 optional DEMO_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.