The encryption key must be a random string. hatası
Laravel güncellemesinden sonra şöyle bir hata aldım.
The encryption key must be a random string.
Komut satırına şunu yazıyoruz
php artisan key:generate --env=local
oluşan kodu
app.phpde 'key' => '-----------',
kısmına yapıştırıyoruz
Comments
Post a Comment