Stu Mason · Folkestone, Kent
One entryMerged PR· crunch.stumason.dev· PHP

PR #32 merged: Fix /pack upload path (Storage::path, local disk root is app/private)

additions
+36
deletions
-4
files changed
3

The worker looked for the uploaded archive at storage/app/packs/... but storeAs writes to storage/app/private/packs/... (Laravel's local disk root). Resolve via Storage::path($stored). Confirmed end-to-end on Netcup: a real pack now produces crunch.json (transcript + event join + moments).