1

I am trying to use Beanstalkd in Laravel valet but it wont work.

I've installed Beanstalkd using brew and I start it up by typing beanstalkd.

The only problem is that my queues never start. And queue:listen wont return anything and I don't see any error in my logs. But if I try my application on laravel forge the queues works fine.

Are there any other settings I have to fix when running Beanstalkd with Valet?

Tushar Gupta - curioustushar
  • 58,085
  • 24
  • 103
  • 107
user2722667
  • 8,195
  • 14
  • 52
  • 100

1 Answers1

0

If you have not installed pda/pheanstalk package, you should install it. It is the client for the beanstalkd workqueue

dstrants
  • 7,423
  • 2
  • 19
  • 27
Hayden Zhou
  • 389
  • 1
  • 13