- Add CSP headers in guest.blade.php for enhanced security.

- Update Vite config with proper server settings, including CORS configuration for `ddev.site` domains.
- Upgrade dependencies in `package-lock.json`, including versions for Rollup and TailwindCSS packages.
This commit is contained in:
2026-01-21 04:25:01 +01:00
parent c7671b93b1
commit af0cf8bed9
6 changed files with 479 additions and 459 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"keywords": ["laravel", "framework"],
"license": "MIT",
"require": {
"php": "^8.2",
"php": "^8.4",
"laravel/framework": "^12.0",
"laravel/jetstream": "^5.3",
"laravel/sanctum": "^4.0",