Framework Guides
Framework & Workflow Guides
Step-by-step guides for popular PHP frameworks and development workflows.
Available Guides
Framework-Specific Guides
-
Laravel Complete Guide ⭐ Most Popular
- Full Laravel setup with MySQL, Redis, and Scheduler
- Development environment with Xdebug and MailHog
- Production deployment configuration
- Common mistakes and solutions
-
- Complete Symfony setup with PostgreSQL and Redis
- Cache pools and session configuration
- Doctrine migrations and database management
- Production optimization
-
- WordPress installation with MySQL
- WP-CLI usage and plugin development
- Redis Object Cache setup
- Production deployment and optimization
-
Magento Guide ✨ New
- MySQL, Redis, and OpenSearch stack
- Cron and queue configuration
- Production storage layout
-
Drupal Guide ✨ New
- PostgreSQL or MySQL setup
- Redis cache + Drush cron
- File storage best practices
-
TYPO3 Guide ✨ New
- Composer-based install flow
- Redis caching + scheduler
- Persistent volumes for fileadmin
-
Statamic Guide ✨ New
- Laravel-based Statamic stack
- Queue + scheduler toggles
- Asset + Glide configuration
Workflow Guides
-
- Local development with hot-reload
- Xdebug setup and debugging tips
- Testing and quality assurance
- Git workflow integration
-
Image Processing Guide 🖼️ New
- GD, ImageMagick, and libvips comparison
- HEIC/HEIF conversion (iPhone photos)
- PDF generation and SVG rendering
- Browsershot setup for screenshots/PDFs
- Laravel integration (Intervention, Spatie Media)
-
- Security hardening checklist
- Performance optimization
- Monitoring and logging
- CI/CD integration
- Zero-downtime deployments
-
Cbox vs ServerSideUp ✨ New
- DX, docs, and feature scorecard
- Actionable follow-ups to widen the gap
- Talking points for stakeholders
-
Health Checks & CI Templates ✨ New
- Docker Compose health-check override file
- GitHub Actions workflow for
php artisan test - Deployment-ready verification checklist
What You'll Learn
- Complete framework setup from scratch
- Database and caching configuration
- Development and production environments
- Image processing with GD, ImageMagick, libvips
- Common mistakes and how to avoid them
- Testing and debugging strategies
- Deployment best practices
Prerequisites
Before starting these guides, you should:
- Complete the 5-Minute Quickstart
- Have Docker and Docker Compose installed
- Have your framework application ready (or create a new one)
Common Patterns
All framework guides follow these principles:
- Copy-paste ready examples - All code works without modification
- Progressive complexity - Start simple, add features incrementally
- Real explanations - Understand WHY, not just WHAT
- Expected output - See what success looks like
- Inline troubleshooting - Common mistakes with solutions
- Production ready - Configuration suitable for real deployments
Need Help?
- Quick answers: Check Common Issues
- Debugging: Use our Debugging Guide
- Migration: See our Migration Guide
- Community: Join GitHub Discussions
Can't find your framework? Check the Community Guides or create one and share it!