Enforce PHP and Blade formatting
All checks were successful
Tests / Laravel tests (pull_request) Successful in 12m39s

This commit is contained in:
2026-06-03 22:22:39 +02:00
parent aab8d33b8d
commit 886e3993fc
47 changed files with 946 additions and 283 deletions

View File

@@ -4,7 +4,9 @@
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
"dev": "vite",
"format": "blade-formatter --write \"resources/views/**/*.blade.php\"",
"format:check": "blade-formatter --check-formatted \"resources/views/**/*.blade.php\""
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
@@ -12,6 +14,7 @@
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.8.2",
"blade-formatter": "^1.44.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.31",