Compare commits

..

4 Commits

Author SHA1 Message Date
Valentin Lab
ccfed11c58 new: [opensem] add `exif` extension 2025-10-15 13:50:58 +02:00
Valentin Lab
50e2e553b7 new: [opensem] add `media-library` folder for temporary storage of uploaded files 2025-10-15 13:43:02 +02:00
Valentin Lab
5f4432fe7e new: [opensem] upgrade to 1.0.0-rc.6 2025-10-15 13:43:02 +02:00
Valentin Lab
48ca02b3f1 new: [opensem] add automatic database migration 2025-10-15 13:43:02 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -6,5 +6,5 @@ set -e
mv -v "${OPENSEM_CONFIG_FILE}" "${OPENSEM_CONFIG_FILE%.prepare}"
artisan migrate -v --force &&
artisan migrate -v --path=database/migrations/shop --force
#artisan migrate -v --force &&
#artisan migrate -v --path=database/migrations/shop --force

View File

@@ -51,7 +51,7 @@ uses:
container: "main php interpreter"
default-options:
extensions:
- pdo_mysql gd intl
- pdo_mysql gd intl exif
sys-tools:
- fonts wkhtmltopdf
meilisearch-engine: