langleyfoxall / laravel-boilerplate

Boilerplate for Laravel with common tools/plugins for ease of development.
MIT License
2 stars 4 forks source link

Fix: Update queue driver env example key name #27

Closed robmilward closed 5 years ago

robmilward commented 5 years ago

As part of the upgrade from Laravel 5.6 -> 5.7 the queue driver/connection key name was changed. This hasn't been reflected, and has led to issues with queues on several projects.

DivineOmega commented 5 years ago

Good catch Rob.

DivineOmega commented 5 years ago

This fix is now part of the latest release - v2.0.3. :tada: