Fix: bootstrap.php autoload path detects vendor location (same dir vs parent dir) for flat server layout

This commit is contained in:
Pontoporeia
2026-05-20 13:10:21 +02:00
parent d33a56981e
commit a251aeb500
2 changed files with 6 additions and 2 deletions

View File

@@ -165,6 +165,7 @@
- [x] Add ZipArchive guard to legacy export-files.php
- [x] Refactor deploy recipe: split into deploy-code / deploy-deps / deploy-migrate; deploy-deps patches classmap path (app/src/ → src/) for flat server layout before running composer install; only runs install when lockfile checksum changed
- [x] Fix bootstrap.php autoload path: detect vendor/ location (same dir vs parent dir) to work on both flat server layout and nested local dev layout
- [x] Cleanup modal: list files that will be removed (not just counts)
- [x] Storage restructure: documents/ → {objet}/ (tfe/theses/frart)