-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Added a Troubleshooting section to the main deployment article #8357
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
Conversation
deployment.rst
Outdated
|
||
Symfony applications provide a ``kernel.project_dir`` parameter and a related | ||
:method:`Symfony\\Component\\HttpKernel\\Kernel\\Kernel::getProjectDir>` method | ||
so you can perform file operations relative to your project's root directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[...] method. You can use this method to perform operations with file paths relative to your project's root directory. [...]
deployment.rst
Outdated
} | ||
} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one blank line is enough :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just two minor comments
5f6127e
to
2be4c1d
Compare
Thanks Javier! |
…article (javiereguiluz) This PR was squashed before being merged into the 3.3 branch (closes #8357). Discussion ---------- Added a Troubleshooting section to the main deployment article This fixes #8298. This must go to 3.3 because that's the first Symfony version affected by this issue. Commits ------- 3d6b7eb Added a help note about glob patterns 2be4c1d Minor changes 86ccbdf Added a Troubleshooting section to the main deployment article
This fixes #8298. This must go to 3.3 because that's the first Symfony version affected by this issue.