Hello I'm new to Lumen and Laravel, and I'm trying to setup my local development environment for Lumen, using MacOS and Mammp. The problem I encounter is when I try to use php artisan in terminal, it gives me the following error:
Fatal error: Class 'Memcached' not found in /Users/Georgi/Library/Mobile Documents/com~apple~CloudDocs/Projects/WORK STATION/api.
moviecoon.com/vendor/illuminate/cache/MemcachedConnector.php on line 72
Symfony\Component\Debug\Exception\FatalErrorException]
Class 'Memcached' not found
I didn't find helpful the other questions in stackoverflow which have similar problem like mine, That's why I had to open this question.
via Georgi K.