Re-add guestbook w/ rate limiting

This commit is contained in:
Frankie B 2023-07-16 01:47:36 +01:00
commit ddb9f75c9f
No known key found for this signature in database
11 changed files with 327 additions and 90 deletions

View file

@ -9,7 +9,8 @@
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8"
"laravel/tinker": "^2.8",
"spatie/laravel-honeypot": "^4.3"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",