biigle / demo
BIIGLE module to offer a demo project to new users.
Installs: 8 050
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
pkg:composer/biigle/demo
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::classto theprovidersarray inconfig/app.php. - Run
php artisan vendor:publish --tag=publicto publish the public assets of this module. - In your
.envfile, setDEMO_LABEL_TREE_IDto the ID of the label tree,DEMO_VOLUME_IDSto 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.