biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 16 forks source link

Use Laravel 10 processes #675

Open mzur opened 9 months ago

mzur commented 9 months ago

Laravel 10 now offers an API for external process execution. It should be used throughout BIIGLE and all modules (e.g. to call Python scripts).

This will make testing process executions much easier.