laravel 5.1 刷新 多报 No supported encrypter found.

WBOY
Release: 2016-06-06 20:15:43
Original
984 people have browsed it

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

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

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

后来查找到

<code>'cipher' => MCRYPT_RIJNDAEL_128,
</code>
Copy after login
Copy after login

这样的话刷新多了就会

laravel 5.1 刷新 多报 No supported encrypter found.

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

回复内容:

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

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

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

后来查找到

<code>'cipher' => MCRYPT_RIJNDAEL_128,
</code>
Copy after login
Copy after login

这样的话刷新多了就会

laravel 5.1 刷新 多报 No supported encrypter found.

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

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!