ddev / ddev-contrib

Contrib space for DDEV services, tools, snippets, and approaches.
Apache License 2.0
162 stars 162 forks source link

🛠️ fix Laravel redis setup instructions, fixes #201 #202

Closed tyler36 closed 2 years ago

tyler36 commented 2 years ago

How this PR Solves The Problem:

201 highlights an issue in the configuration of Redis with Laravel.

Manual Testing Instructions:

An example repo for testing is https://github.com/tyler36/redis-laravel-ddev-demo.

Related Issue Link(s):

201

tyler36 commented 2 years ago

You're right. Please confirm agin whyen you get a chance.

My demo project was called was called: 'redis-laravel-ddev-demo' So I ended up with:

REDIS_HOST=ddev-redis-laravel-ddev-demo-redis

Naming is hard.