Questions tagged [symfony-recipe]

3 questions
2
votes
1 answer

Symfony 4 recipe cannot be installed on project because of dotenv issue

I've been trying to install the cache/cache-bundle recipe into my symfony4 flex-configured project, but to no avail. I execute: composer require cache/cache-bundle And this is what I got on the shell: Installing the cache-bundle generates a…
3d0
  • 23
  • 6
2
votes
1 answer

Symfony 4 front controller

Symfony 4 resigns on app.php and app_dev.php front controllers. Now it will be only one index.php. We can manipulate dev and prod environment in .env file. Please tell me is it only one way to change environment? I can't do that from the browser (as…
Persei
  • 509
  • 1
  • 5
  • 12
0
votes
1 answer

api recipe can't be installed due to minimum-stability

I would like to use api-platform/api-platform in my flex-enabled symfony application. To do so, I run the following commands: # creation of the flex-enable symfony application composer create-project symfony/skeleton:3.3.* sf-flex # installation of…
Amine Jallouli
  • 3,919
  • 8
  • 36
  • 73