Categories
Laravel

Redis Alias Unavailable in Laravel

Short Answer, even with Redis installed the ‘Redis’ Facade alias can conflict.

Try renaming the alias in app/config/app.php and reloading the autoloader.

Via StackOverflow.

Leave a Reply

Your email address will not be published. Required fields are marked *