The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. laravel 5.3

后端 未结 14 1676
一个人的身影
一个人的身影 2020-12-01 01:09

I installed a new fresh copy of Laravel 5.3 using composer but I\'m getting this error:

The only supported ciphers are AES-128-CBC and AES-256-CBC wit

14条回答
  •  暖寄归人
    2020-12-01 01:53

    Run php artisan key:generate.

    Do php artisan config:clear,

    Then php artisan config:cache

    And things will start working!

提交回复
热议问题