-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Comments
I doubt where this documentation should go. I think creating a new tutorial on |
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...". |
@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. |
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.
The PR #1678 fixes this issue and it should be closed @weaverryan |
@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). |
[#1519] Added charset configuration and composer to "override dir structure"
We should document how someone can override the default cache dir, log dir, and charset. Answer: by creating a
getLogDir()
,getCacheDir
, andgetCharset
method in theAppKernel
class.The text was updated successfully, but these errors were encountered: