Replies: 1 comment
-
Hey @valorin, I've done this sort of thing before using my Laravel XDG package, as well as working on a However, I could see a lot of people using it. ππ» So feel free to open a PR with some sort of configuration directory functionality. My only issue before was people like having different naming, locations, etc. for their configuration directories. And also, whether it would be an env file, a PHP config, or what that gets stored. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there plans to add support for storing the
.env
and storage folder (i.e. cache, logs, etc) within the users global home directory?Something like
~/.config/<app-name>
?I've hacked together a very basic method of putting config in a global folder, and have plans to expand it, but if you're working on a better solution that's even better. Or if it's something you're open to, but haven't done, I can look at building what I need into Zero and submitting a PR?
This is my current very-hacky solution for a cache dir:
Beta Was this translation helpful? Give feedback.
All reactions