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?

WBOY
Release: 2016-07-06 13:53:13
Original
1023 people have browsed it

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

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template