Skip to content

Document how to override log/cache dir and charset #1519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fabpot opened this issue Jul 3, 2012 · 5 comments
Closed

Document how to override log/cache dir and charset #1519

fabpot opened this issue Jul 3, 2012 · 5 comments

Comments

@fabpot
Copy link
Member

fabpot commented Jul 3, 2012

We should document how someone can override the default cache dir, log dir, and charset. Answer: by creating a getLogDir(), getCacheDir, and getCharset method in the AppKernel class.

@wouterj
Copy link
Member

wouterj commented Jul 10, 2012

I doubt where this documentation should go. I think creating a new tutorial on cookbook/configuration is overdone, but I don't see any other location for this (maybe in the Reference?)

@dlondero
Copy link
Contributor

Without creating a new tutorial I think the better place to put this piece of documentation is in "Installing and Configuring Symfony" chapter, just after the directory structure example. It would be nice to say "hey this is the common directory structure but if you need a custom structure you can do something...".

@wouterj
Copy link
Member

wouterj commented Jul 11, 2012

@dlondero yes, that is a better place I think. And I think in a sidebare is the best option. I am going to try to write something about this.

wouterj added a commit to wouterj/symfony-docs that referenced this issue Jul 16, 2012
This commit closes a part of symfony#1519 , the other part is a Symfony2.1
specific method which needs to be added to the master branch.
@Sgoettschkes
Copy link
Contributor

The PR #1678 fixes this issue and it should be closed @weaverryan

@wouterj
Copy link
Member

wouterj commented Jan 2, 2013

@Sgoettschkes it is not complete yet. We should document how to override the charset somewhere (not in that cookbook article) and we should change the cookbook article for 2.1 (composer needs some changes).

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

Successfully merging a pull request may close this issue.

5 participants