You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The folder ./config is being used by both the Laravel app, Frankenphp, and as XDG_CONFIG_HOME.
This results in an unclear/inconsistent storage.
I'd suggest either:
Laravel app uses config, and all other paths are set under ./docker/storage/ i.e. ./docker/storage/xdg_config, ./docker/storage/caddy-data, ./docker/storage/caddy-config or another folder, either way one single folder outside the usual laravel project structure to avoid conflicts
Laravel app moves into a subfolder of ./app or similar, and you create folders for caddy and XDG in the root
References;
Frankenphp uses data/caddy/ and config/caddy/ and will take that from the WORKDIR given in the laravelsail docker file
XDG_CONFIG_HOME only writes a .file but still shouldn't conflict with the rest
Laravel, well understood
The text was updated successfully, but these errors were encountered:
If you want them to persist outside the container, make a folder, I am assuming it can be ../Larasonic-storage so it lives in the parent folder on the local file system but naming it with Larasonic to keep them together/linked
Uh oh!
There was an error while loading. Please reload this page.
The folder ./config is being used by both the Laravel app, Frankenphp, and as XDG_CONFIG_HOME.
This results in an unclear/inconsistent storage.
I'd suggest either:
References;
Frankenphp uses data/caddy/ and config/caddy/ and will take that from the WORKDIR given in the laravelsail docker file
XDG_CONFIG_HOME only writes a .file but still shouldn't conflict with the rest
Laravel, well understood
The text was updated successfully, but these errors were encountered: