biigle / core

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

Upgrade to Laravel 11 #800

Open mzur opened 3 months ago

mzur commented 3 months ago

Laravel 11 was released and we should upgrade sometime this year. It requires PHP 8.2 (BIIGLE currently uses 8.1). These new features may be interesting:

Here is the upgrade guide. As is recommended, we should not try to update the application structure to the new "streamlined" structure. Maybe this will be relevant in a future release and I expect a proper upgrade guide for this then.