Home >Backend Development >PHP Tutorial >Laravel 5.1 failed to successfully install the redis extension?

Laravel 5.1 failed to successfully install the redis extension?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-06 13:53:131029browse

When running the php artisan queue:listen command, an error is reported:
Laravel 5.1 failed to successfully install the redis extension?

I checked online and found that the redis dependency was not installed. Then I wrote in composer.json:
Laravel 5.1 failed to successfully install the redis extension?

Execute composer install
Laravel 5.1 failed to successfully install the redis extension?

Nothing downloaded:
Laravel 5.1 failed to successfully install the redis extension?

Reply content:

When running the php artisan queue:listen command, an error is reported:
Laravel 5.1 failed to successfully install the redis extension?

I checked online and found that the redis dependency was not installed. Then I wrote in composer.json:
Laravel 5.1 failed to successfully install the redis extension?

Execute composer install
Laravel 5.1 failed to successfully install the redis extension?

Nothing downloaded:
Laravel 5.1 failed to successfully install the redis extension?

Look at the error message when you use composer install, use composer update

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn