I'm trying to get beanstalk up and running and I'm getting the exception when trying to run Queue::push():
Class 'Pheanstalk_Pheanstalk' not found
I've run composer require pda/pheanstalk, and even regenerated my auto-load file an extra time.
It's happening in ./vendor/laravel/framework/src/Illuminate/Queue/Connectors/BeanstalkdConnector.php
Any ideas?