Google News
logo
Symfony - Interview Questions
How to check the installed version of Symfony?
If you have access to the command line, then you can use the php bin/console about the command to view the installed version of the Symfony framework. You can get the version of Symfony in the symfony/src/Symfony/Component/HttpKernel/Kernel.php file.
Advertisement