Questions tagged [symfony-flex]

Symfony Flex is a Composer plugin that helps developers install and manage Symfony applications, from the most simple micro-style projects to the more complex ones with dozens of dependencies. It replaces and improves the Symfony Installer and the Symfony Standard Edition, automating the most common tasks of Symfony applications, like installing and removing bundles and other Composer dependencies. Flex works for Symfony 3.3 and higher.

87 questions
0
votes
2 answers

How to generate document with Symfony 3.4 using Symfony flex

With Symfony flex, one of the change is that there is no default bundle when using the symfony/skeleton. I don't find a way to use the command doctrine:mongodb:generate:documents in this context. Could you please tell me how to use it ? Exemple: php…
user1041440
  • 191
  • 1
  • 7
0
votes
1 answer

Styles don't apply from Single File Component

I use Symfony4 (flex) with Webpack-encore and VueJs. I created a Single File Component (ingredient-search.vue) :