What is the latest version of Symfony?List server requirements to install it?

devquora
devquora

Posted On: Feb 22, 2018

 

Symfony 3.4 is the latest version of Symfony.

To install and run Symfony 3, your server must fulfill the following requirements

  • PHP >= 5.5.9
  • Composer
  • JSON enabled
  • ctype enabled
  • date.timezone should be set (default timezone will not work)

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Symfony Interview Questions

    What is Symfony?

    Symfony is a set of PHP Components and leading PHP framework to create websites and dynamic web applications.It follows..

    Symfony Interview Questions

    Is Symfony is open sourced Framework?

    Yes, Symfony is open sourced Framework released under the MIT License. You can download it free from https://symfony.com..

    Symfony Interview Questions

    Which template engine Symfony Supports?

    Symfony default template engine is Twig, however, your are free to use plain PHP code if you want...