Dev Tools
Check Translations
Arguments
Examples
# Recommended (v0.6+)
php bin/console pteroca:dev:check-translations \
src/Core/Resources/translations/messages.en.yaml \
src/Core/Resources/translations/messages.pl.yaml
# Deprecated (still works until v1.0.0)
php bin/console app:show-missing-translations \
src/Core/Resources/translations/messages.en.yaml \
src/Core/Resources/translations/messages.pl.yamlUse Cases
Output
Make Theme
Examples
Interactive Prompts
What the Command Does
Example Output
Next Steps After Creation
Upgrade Theme
Arguments
Options
Examples
What the Command Does
Migration Process
Backup and Rollback
Related Development Guides
Additional Developer Commands
Symfony Debug Commands
Cache Commands
Database Commands
Best Practices
Related Guides
Last updated