zhuchunshu/hyperf-skeleton

A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 12

Language:JavaScript

Type:project

V1.0.9 2021-07-22 09:44 UTC

README

启用CSRF

.env 加上

CodeFec_App_Csrf=true

表单内:

<x-csrf/>

或者

@csrf()