To show how the captcha works.

This commit is contained in:
2023-12-09 01:30:59 +06:00
parent 18f609eb6c
commit 292d49afe9
97 changed files with 11873 additions and 1 deletions

19
app/.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode