JJA DEV LAB Console Opérateur

TECHNICAL NOTES & SCRATCHPAD

/root/lab-data/notes/current_session.log: Persistent command history and architecture thoughts.

File: /tmp/session_scratchpad.md
Line: 1 | Col: 1 Mode: Markdown | Status: EDITTING

Recent Snippets

// Symfony Cache Clear Force
php bin/console cache:clear --env=prod --no-warmup
// Docker Compose Cleanup
docker compose down --volumes --rmi all