Laravel运行时异常错误

Laravel Runtimeexception error

我用 xampp 创建了一个名为 leeromgeving.dev 的虚拟主机。但是当我在我的栏中输入这个时,它会显示这个。

之前是可以的,不知道是什么原因造成的。如果我需要提供一些代码。请通知我。

感谢您的回答,但不幸的是 none 的答案有效。 这是我在

中输入后得到的结果

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

php artisan key:generate

尝试以下步骤

-> 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