This repository was archived by the owner on May 8, 2025. It is now read-only.
v2.9.0
After updating to this version, configure the new storage disk for Largo annotation patches. Then run:
php -d memory_limit=2G artisan largo:migrate-patch-storage --dry-run largo_patches
This assumes that the Largo patches were previously stored in ./storage/largo_patches. Remove --dry-run if the command succeeds to actually copy the files.
Changed:
- Largo patches are stored in a storage disk (biigle/core#181, #53)