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

(5.1) cachefs on Google Cloud SDK Shell? #7

Open
codemonkeynorth opened this issue Nov 4, 2016 · 3 comments
Open

(5.1) cachefs on Google Cloud SDK Shell? #7

codemonkeynorth opened this issue Nov 4, 2016 · 3 comments

Comments

@codemonkeynorth
Copy link

I'm trying to work out how to get cachefs working on the local sdk shell. I just get this

file_exists(): Unable to find the wrapper "cachefs" - 
did you forget to enable it when you configured PHP?

i have these related entries in my .env

CACHE_DRIVER=memcached
FILESYSTEM=gae
COMPILED_PATH=cachefs://framework/views

I haven't actually connected a bucket yet. I assume memcache in the sdk doesn't need to connect shell

thanks for any advice
J

@codemonkeynorth codemonkeynorth changed the title cachefs on Google Cloud SDK Shell? (5.1) cachefs on Google Cloud SDK Shell? Nov 4, 2016
@codemonkeynorth
Copy link
Author

codemonkeynorth commented Nov 4, 2016

I added these changes to get it working.
https://github.com/shpasser/GaeSupportL5/pull/21/files

as noted here detectGAE does not work for the local SDK Shell
#6 (detectGAE on local google cloud sdk shell returns false)

thanks
J

@shpasser
Copy link
Owner

shpasser commented Nov 6, 2016

Feel free to submit a pull request, will try to make it work.

@codemonkeynorth
Copy link
Author

it works for me currently with those changes

the reason I'm using templates (and hence the need for the caching) is because I am needing my API to create dynamic email templates, so I use @extends etc on a master layout etc

so whilst Lumen is not really designed for front-end views, in this case it's part of my "microservice"

thanks
J

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

No branches or pull requests

2 participants