>  기사  >  백엔드 개발  >  laravel 5.1 刷新 多报 No supported encrypter found.

laravel 5.1 刷新 多报 No supported encrypter found.

WBOY
WBOY원래의
2016-06-06 20:15:43986검색

按照网上说的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系统的

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.