Theme Commands
List Themes
Options
Examples
# List all installed themes
php bin/console pteroca:theme:list
# List only themes that support the panel context
php bin/console pteroca:theme:list --context=panel
# List only themes for the landing page
php bin/console pteroca:theme:list -c landing
# Deprecated (still works until v1.0.0)
php bin/console theme:listOutput
Set Theme
Arguments
Examples
Important Notes
Reset Theme
Arguments
Options
Examples
Interactive Mode
Important Notes
Related Guides
Last updated