Checklist pre-deploiement. Verifier que tout est pret avant un deploiement en production.
dd(), dump(), console.log() de debugVerification :
cd /Users/florian/Documents/projet-courtier/crm-ai-copie
git status
grep -rn "dd(" backend/app/ --include="*.php" | grep -v "vendor"
grep -rn "dump(" backend/app/ --include="*.php" | grep -v "vendor"
grep -rn "console\.log" frontend/src/ --include="*.tsx" --include="*.ts"
docker exec laravel_app php artisan migrate:status
APP_DEBUG=false en productionAPP_ENV=productionFILESYSTEM_DISK=s3AWS_USE_PATH_STYLE_ENDPOINT=false (AWS natif, pas MinIO)php artisan storage:migrate-to-s3)cd frontend && npm run build
php artisan config:cache (attention aux closures)php artisan audio:purge-old