Questions tagged [symfony-3.1]

This is the Symfony 3.1.x specific tag. Use it in addition to the symfony3 tag if your question is specific to Symfony 3.1.x — not just 3.x.

Symfony is a PHP full-stack web framework developed and maintained by Sensio Labs.

Information

This tag is specific for the 3.1 version of Symfony, which will be released on November 2015 as long term support version of Symfony. See the tag for general Symfony 3.x questions.

The 3.1.0 version was released on the 30th May 2016.

Living on the edge

There are a set of interesting links on the symfony blog about what's new in this version:

197 questions
-2
votes
2 answers

variables {% set %} in a skeleton file's 'block' don't get recognized , and can't be used when extnding the file?

I have a symfony3/twig skeleton template page1/skeleton.twig {# set default values #} {% block content %} {% set test = { sec1: { title: "null", content: 'null' }, } %} …
unknown
  • 45
  • 8
-3
votes
1 answer

Symfony & Git: Best practice for multiple websites

I'm developing a symfony 3 application to run websites for concert/ booking agencies. Now I wonder what would be the best practice to configure Git when I keep developing the app while I'm running multiple websites for different clients? The custom…
Pixelrocker
  • 351
  • 6
  • 19
1 2 3
13
14