If you got bellow error when use memcached in Laravel, please check following steps.
exception 'SymfonyComponentDebugExceptionFatalErrorException' with message 'Class 'Memcached' not found' in /var/www/gw/vendor/laravel/framework/src/Illuminate/Cache/MemcachedConnector.php:51
$ sudo apt-get install php5-memcached memcached
Enabled php5-memcached
sudo php5enmod memcached
Restart apache web server
$ sudo service apache2 restart
$ sudo service memcached status
* memcached is running
$ php artisan cache:clear