Laravel 出现"RuntimeException inEncrypter.php line 43: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths."问题的解决办法
Laravel 出现"RuntimeException inEncrypter.php line 43: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths."问题的解决办法
php artisan key:generate
这时候项目根目录下的.env文件里的APP_KEY应该会有值了:
本站文章如未注明出处均为原创,转载请注明出处,如有侵权请邮件联系站长。