Laravel Runtimeexception错误

时间:2017-06-16 11:36:03

标签: php laravel laravel-5 runtimeexception

使用xampp我创建了一个名为leeromgeving.dev的虚拟主机。但是当我在我的酒吧里输入它时,它会显示出来。 enter image description here

以前工作过,我不知道是什么造成了这个。如果我需要提供一些代码。请通知我。

感谢您的回答,但不幸的是,他们都没有工作。 这是我在enter image description here enter image description here

中输入后的内容

2 个答案:

答案 0 :(得分:0)

您必须在APP_KEY文件中插入env,使用此命令生成新的应用程序密钥

php artisan key:generate

答案 1 :(得分:0)

尝试以下步骤

-> delete .env file
-> copy .env.example .env
-> php artisan key:generate
-> remove env() in 'key' in config/app.php

或查看https://laracasts.com/discuss/channels/laravel/the-only-supported-ciphers-are-aes-128-cbc-and-aes-256-cbc-with-the-correct-key-lengths