Home >Backend Development >PHP Tutorial >laravel 5.1 刷新 多报 No supported encrypter found.

laravel 5.1 刷新 多报 No supported encrypter found.

WBOY
WBOYOriginal
2016-06-06 20:15:431050browse

按照网上说的hp artisan key:generate 过后,更改

<code>'cipher' => 'AES-256-CBC',
</code>

但刷新多了还是报laravel 5.1 刷新 多报 No supported encrypter found.

后来查找到

<code>'cipher' => MCRYPT_RIJNDAEL_128,
</code>

这样的话刷新多了就会

laravel 5.1 刷新 多报 No supported encrypter found.

不知道怎样解决,我用window系统的

回复内容:

按照网上说的hp artisan key:generate 过后,更改

<code>'cipher' => 'AES-256-CBC',
</code>

但刷新多了还是报laravel 5.1 刷新 多报 No supported encrypter found.

后来查找到

<code>'cipher' => MCRYPT_RIJNDAEL_128,
</code>

这样的话刷新多了就会

laravel 5.1 刷新 多报 No supported encrypter found.

不知道怎样解决,我用window系统的

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