Skip to content

docs (laravel): update nixpacks.toml sample#608

Merged
ShadowArcanist merged 1 commit into
coollabsio:nextfrom
ebulku:patch-2
May 24, 2026
Merged

docs (laravel): update nixpacks.toml sample#608
ShadowArcanist merged 1 commit into
coollabsio:nextfrom
ebulku:patch-2

Conversation

@ebulku
Copy link
Copy Markdown

@ebulku ebulku commented May 21, 2026

I have run in some permission issues with the laravel.log file.

The exception occurred while attempting to log: The stream or file "/app/storage/logs/laravel.log" could not be opened in append mode: Failed to open stream: Permission denied

In my case, the worker created the log file and the application failed, since the log file was under the root user. I fixed it by updating the nixpacks.toml with the correct permissions.

Ensure that the storage and bootstrap cache directories are writable by the www-data user, and set appropriate permissions.
@ebulku ebulku changed the title Docs:Update permissions for storage and bootstrap cache docs (laravel): update nixpacks.toml sample May 21, 2026
@ShadowArcanist
Copy link
Copy Markdown
Member

Thanks for the PR!

@ShadowArcanist ShadowArcanist merged commit a97f112 into coollabsio:next May 24, 2026
4 checks passed
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.

2 participants