标签:
If you use the laravel installer, you have to create the .env file manually.
FYI, this is different to the previous versions of the Laravel installer. I assume that this will be fixed later on, but for now I simply do the following:
cp .env.example .env
and then simple re-run:
php artisan key:generate
标签:
原文地址:http://www.cnblogs.com/chmod755/p/4601342.html