How do I install Redis and the phpredis extension in Laravel?
The Laravel documentation recommends using the phpredis PHP extension instead of the predis package due to having better performance, which PHP extensions generally seem to at the cost of a more complicated setup. Unfortunately the documentation is thin on the…