Skip to content

zhuchunshu/hyperf-skeleton

Repository files navigation

启用CSRF

.env 加上

CodeFec_App_Csrf=true

表单内:

<x-csrf/>

或者

@csrf()