Skip to content

fix: ensure docs cache locks directory exists on deploy - #33

Merged
loadinglucian merged 1 commit into
mainfrom
fix/deploy-ensure-docs-cache-locks-dir
Feb 25, 2026
Merged

fix: ensure docs cache locks directory exists on deploy#33
loadinglucian merged 1 commit into
mainfrom
fix/deploy-ensure-docs-cache-locks-dir

Conversation

@loadinglucian

Copy link
Copy Markdown
Owner

Adds mkdir -p for storage/framework/cache/docs-output/.locks during the Laravel deployment phase.

Laravel's file-based cache driver creates lock files in a .locks subdirectory alongside cached items. Without pre-creating this directory, the first cache write attempt on a fresh deployment will fail silently or throw a filesystem error.

@loadinglucian
loadinglucian merged commit fc7cce8 into main Feb 25, 2026
@loadinglucian
loadinglucian deleted the fix/deploy-ensure-docs-cache-locks-dir branch February 25, 2026 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant