In order to make this project work properly you should have browscap configured in you php.ini.
To deploy database run
php artisan migrate --seed
There is table 'redis_imitation' in database, it contains only one row. I decided to make this architectural decision because deploying redis for such a small project is redundant (in my opinion).