欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

laravel 5.1 刷新 多报 No supported encrypter found.

程序员文章站 2022-06-08 14:25:41
...

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

'cipher' => 'AES-256-CBC',

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

后来查找到

'cipher' => MCRYPT_RIJNDAEL_128,

这样的话刷新多了就会

laravel 5.1 刷新 多报 No supported encrypter found.

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

回复内容:

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

'cipher' => 'AES-256-CBC',

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

后来查找到

'cipher' => MCRYPT_RIJNDAEL_128,

这样的话刷新多了就会

laravel 5.1 刷新 多报 No supported encrypter found.

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

相关标签: php laravel