This command displays information about the current PrestaShop installation. It extends the default Symfony about command to include PrestaShop-specific details such as version, debug mode status, and Smarty cache configuration.
php bin/console about
The command displays:
true or false)true or false)$ php bin/console about
-------------------- -------------------------------------------
Symfony
-------------------- -------------------------------------------
Version 6.4.26
Long-Term Support Yes
End of maintenance 11/2026 (in +327 days)
End of life 11/2027 (in +692 days)
-------------------- -------------------------------------------
Kernel
-------------------- -------------------------------------------
Type AdminKernel
Environment dev
Debug true
Charset UTF-8
Cache directory ./var/cache/dev/admin (16.7 MiB)
Build directory ./var/cache/dev/admin (16.7 MiB)
Log directory ./var/logs (82 KiB)
-------------------- -------------------------------------------
PHP
-------------------- -------------------------------------------
Version 8.4.6
Architecture 64 bits
Intl locale en_US_POSIX
Timezone Europe/Warsaw (2026-01-07T15:39:24+01:00)
OPcache true
APCu false
Xdebug false
-------------------- -------------------------------------------
-------------- -------
PrestaShop
-------------- -------
Version 9.1.0
Debug mode false
Smarty Cache true
-------------- -------