Anteris-Dev / skaffold-laravel

Skaffolds a Laravel project ready to run in a Docker container.
1 stars 1 forks source link

Support for Redis #3

Open aidan-casey opened 4 years ago

aidan-casey commented 4 years ago

The goal of this package is to give developers full functionality of Laravel from development to production. Considering this, we may want to add support for Redis.

I think if we go down the road of supporting Redis, it needs to be an optional addon disabled by default. This could be changed by an environment variable or maybe by running a composer command such as composer add-redis.

Creating this issue so we can decide on a best course of action.