Download the PHP package biigle/demo without Composer
On this page you can find all versions of the php package biigle/demo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor biigle
Package demo
Short Description BIIGLE module to offer a demo project to new users.
License GPL-3.0-only
Homepage https://biigle.de
Package demo
Short Description BIIGLE module to offer a demo project to new users.
License GPL-3.0-only
Homepage https://biigle.de
Keywords biiglebiigle-module
Please rate this library. Is it a good library?
Informations about the package demo
BIIGLE Demo Module
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.
All versions of demo with dependencies
PHP Build Version
Package Version
No informations.
The package biigle/demo contains the following files
Loading the files please wait ....