Laravel 5.4 : The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths

前端 未结 5 1100
滥情空心
滥情空心 2021-01-06 03:00

It is Laravel 5.4 setup of my web app. one thing is happening repeatedly on page load. and because of that, I am not able to get data on my page.

Runtime e

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-06 03:46

    I think you should try this

    run this command

    php artisan key:generate
    

    and the clear config cache using

    php artisan config:cache
    

提交回复
热议问题