Closed pavinthan closed 6 years ago
You need to remove name: health-queue
(third line) in vendor/pragmarx/health/src/config/resources/Queue.yml
According to their composer.json specs, newer versions of Health only work on Laravel v5.5 (dev-master, v4.0.0). However, the older v3.3 allows Laravel 5.6 (!)
The newest version of extension is v0.4.0 and it doesn't support Laravel 5.6. Have you planned to add Laravel 5.6 version in future releases?
I use this library in a Docker image so I have to fix the package every time I re build. Here's the command I use in my Dockerfile
RUN sed -i '3d' /var/www/vendor/pragmarx/health/src/config/resources/Queue.yml
Should work in 5.6 and 5.7 as soon as I tag a new version.
Thanks Guys.