私は自分のlaravelプロジェクトを "生きている"ようにしようとしていますが、失敗しています。私は開始時にVPSをインストールしましたLAMP stack
、installed composer
とVSFTPD
をインストールしました。/var/www/htmlに行き、git clone of my repo
を行った。正しいディレクトリ、chmoded the storage folder
を指すようにApacheを変更し、最後にブラウザで私のサーバに行き、2 Whoops, looks like something went wrong
で挨拶しました。その後、私はstorage/logs/laravel.log
をチェックすることを決定し、次のエラー見た:Laravelが動作しない例外 'RuntimeException'メッセージがあります 'サポートされていない暗号が見つかりました
exception 'RuntimeException' with message 'No supported encrypter found. The cipher and/or key length are invalid.' in /var/www/html/laravel/bootstrap/cache/compiled.php:7658
をしてphp artisan key:generate
を行うことを決めたと、この出力Application key [base64:(key was here but removed it here for obvious reasons)] set successfully.
を得ました。そしてもう一度チェックし、同じ2 Whoops, looks like something went wrong
によって挨拶されました。
今私はもう何をすべきかわからないので、どんな助けも大歓迎です。
[こちら](http://laravel.io/forum/06-09-2015-no-supported-encrypter-found-the-cipher-and-or-key-length-are-invalid)にチェックしましたか? ? – DuckPuncher