atyagi / elasticache-laravel

Elasticache Session and Cache Drivers for Laravel
MIT License
25 stars 10 forks source link

Settings page? #4

Closed jr2wolfgang closed 9 years ago

jr2wolfgang commented 9 years ago

This plugin is having some issue because there's no settings page. Can you post here or in your README file an example on how to at least connect to Elasticache using your plugin?

atyagi commented 9 years ago

Hi @jr2wolfgang ,

I'm a little unsure of what you mean by a settings page. The configuration to connect to Elasticache clusters uses the 'memcached' key in the cache.php configuration file as part of the framework.

If you look at https://github.com/laravel/laravel/blob/master/app/config/cache.php#L70 you can see how to configure your nodes to be used by the plugin.

Let me know if you have any more questions.

atyagi commented 9 years ago

@jr2wolfgang Since I haven't heard from you in a bit I'm going to close this issue. Hopefully you were able to connect. Feel free to let me know if you're still having trouble.

jr2wolfgang commented 9 years ago

sorry for the late response but yeah, I was able to connect using the elasticache for L5.

On Sun, Jan 18, 2015 at 9:53 AM, Ankit Tyagi notifications@github.com wrote:

Closed #4 https://github.com/atyagi/elasticache-laravel/issues/4.

— Reply to this email directly or view it on GitHub https://github.com/atyagi/elasticache-laravel/issues/4#event-220586287.

atyagi commented 9 years ago

Great to hear!