Top "Symfony3.x" questions

the Symfony 3.x specific tag.

Choice field default value

I have the following form: public function buildForm(FormBuilderInterface $builder, array $options) { $builder ->add('type', ChoiceType::class, array( …

php symfony symfony3.x
How can I set timezone in symfony 3?

I have a symfony 3 application deployed in Ubuntu 14.04 server. When I execute "date" in the command window, the server response …

symfony timezone symfony3.x
How to configure PhpStorm to use symfony/phpunit-bridge

I had problems with configuring PhpStorm IDE to use http://symfony.com/doc/current/components/phpunit_bridge.html while working …

php symfony phpstorm symfony3.x symfony-3.4