问答详情
源自:1-3 Controller之Response

用路由群组报错openssl_encrypt()错误?

Route::group(['middleware' => ['web']],function () {}

访问路由群组里面的路由直接不能用了,貌似是中间件的问题,换成前缀就不会报错。

585f93760001b00e05000064.jpg

585f9374000103be05000162.jpg

585f93750001240f05000266.jpg

已经解决,报openssl_encrypt()错误是因为没有打开ssl服务,老师没有讲这东西,百度搜到了,需要配置一下即可,https://zhidao.baidu.com/question/1509628382260357460.html

提问者:L_灵刃 2016-12-25 17:39

个回答

  • BurningMyself
    2016-12-26 20:47:14

    Routes