douwen4125 2016-05-30 16:13
浏览 44
已采纳

PHP工匠密钥:生成不更新.env文件(AWS EC2 Ubuntu上的laravel 5.2)

I renamed my example.env to .env in order to remove previous errors with my application. However, I noticed

APP_KEY=SomeRandomString

near the top of the .env file an new something was off. When I run

PHP artisan key:generate and recheck the .env file...nothing happens.

My stack includes Apache2, Ubuntu Server 14.04 LTS (HVM), PHP 5.5.36

  • 写回答

1条回答 默认 最新

  • dougou5844 2016-05-30 16:33
    关注

    Looks like Laravel still uses the older .env file even it has been deleted, try to optimize the class loader using php artisan optimize then regenerate your key.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?