Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching in specified writable directory #254

Open
doender opened this issue Oct 30, 2024 · 1 comment
Open

Caching in specified writable directory #254

doender opened this issue Oct 30, 2024 · 1 comment

Comments

@doender
Copy link

doender commented Oct 30, 2024

Library version

1.7.2

Laravel version

11.29.0

PHP version

8.3.6

Description

We are deploying our Laravel app on Google App Engine (GAE) but are encountering issues with caching, as the cache directory appears to be fixed to bootstrap/cache: https://github.com/blade-ui-kit/blade-icons/blob/1.x/src/BladeIconsServiceProvider.php#L81. Since GAE only allows the /tmp directory to be writable, we cannot enable caching. Is there currently a way to configure the cache directory? If not, would you be willing to accept a PR for this?

Steps to reproduce

N/A

@doender doender added the bug label Oct 30, 2024
@driesvints
Copy link
Member

Yes I can definitely accept a PR for it 👍
Maybe also add a section for it to the caching docs. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants