Postingan lainnya
Buku Ini Koding!
Baru!
Buku ini akan jadi teman perjalanan kamu belajar sampai dapat kerjaan di dunia programming!
Error di hosting
apa ada yg pernah ngalamin error ini ketika upload project laravel ke hosting ?
(1/1) RuntimeException The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.
padahal di local ok ok aja
0
1 Jawaban:
sebelum di hosting, backup .env file, coba run php artisan key:generate lalu php artisan config:clear
<a href='https://github.com/laravel/framework/issues/9080'>referensi</a>
0