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

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


The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths._第1张图片

处理:

php artisan key:generate 


还有就是出现:`[ReflectionException] Class ***TableSeeder does not exist`

在控制台中执行`composer dump-autoload`,然后再执行`php artisan db:seed`.

你可能感兴趣的:(php框架)