Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuchunshu/hyperf-skeleton
my hyperf-skeleton
https://github.com/zhuchunshu/hyperf-skeleton
Last synced: about 2 months ago
JSON representation
my hyperf-skeleton
- Host: GitHub
- URL: https://github.com/zhuchunshu/hyperf-skeleton
- Owner: zhuchunshu
- License: apache-2.0
- Created: 2021-06-29T10:28:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:46:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-19T23:22:34.407Z (9 months ago)
- Language: JavaScript
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 启用CSRF
.env 加上
```text
CodeFec_App_Csrf=true
```
表单内:
```html```
或者
```html
@csrf()
```