DEV Community

Discussion on: Laravel GraphQL demo app

Collapse
 
agitri profile image
agitri

Hey man, i saw u dockerized it yourself, for laravel there is this awesome docker environment called laradock it can really save you alot of docker pain :)

Collapse
 
mdhesari profile image
Mohammad Fazel

I have problem installing soap cli extension using laradock and also php-worker for queues are not working properly, can you give some help?

Collapse
 
agitri profile image
agitri • Edited

try and call a : apt-get update && \

before you call the soap installation candidate

and i usually dont have a problem with the queues, maybe try a clean install for a project create a queue and see what happens.

Thread Thread
 
mdhesari profile image
Mohammad Fazel

Thank you! I will try

Collapse
 
joselfonseca profile image
Jose Luis Fonseca

hey there, yeah i've heard about Laradock, but I am not currently having any docker pain so we are cool there!. Thanks for sharing.