php-database
PHP database mastery - PDO, Eloquent, Doctrine, query optimization, and migrations
symfony:doctrine-migrations
Create and manage Doctrine migrations for schema versioning; handle migration dependencies, rollbacks, and production deployment
symfony:doctrine-relations
Define Doctrine entity relationships (OneToMany, ManyToMany, ManyToOne); configure fetch modes, cascade operations, and orphan removal; prevent N+1 queries
symfony:doctrine-batch-processing
Process large datasets efficiently with Doctrine batch processing, iteration, and memory management
symfony:doctrine-fixtures-foundry
Create test data with Foundry factories; define states, sequences, and relationships for realistic fixtures
symfony:bootstrap-check
Verify Symfony project configuration including .env, services.yaml, doctrine settings, and framework requirements
symfony:doctrine-transactions
Handle database transactions with Doctrine UnitOfWork; implement optimistic locking, flush strategies, and transaction boundaries