Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Update index.md to Symfony 3 #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mariogalan
Copy link

Update index.md to reflect Symfony 3 lock file route

Update index.md to reflect Symfony 3 lock file route
@aschempp
Copy link

For Symfony 3.3 this could be updated to %kernel.project_dir%

@gilles-g
Copy link
Member

Hi,

'%kernel.cache_dir%' can be an option too

@aivus
Copy link
Contributor

aivus commented Dec 25, 2017

Related to #77

Probably we should consider to use kernel.cache_dir instead of hacks with kernel.root_dir
Also, we need to adjust symfony/recipes-contrib#155 to use kernel.cache_dir

@aivus
Copy link
Contributor

aivus commented Jan 13, 2018

About kernel.cache_dir.
This parameter has environment-dependent value.
That means for dev env it will be /var/cache/dev and for prod - /var/cache/prod.
And lock/unlock will affect only specific env.

So, I'm not sure that it should work in this way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants