-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Added doc about Homestead's Symfony integration #5655
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
wouterj
commented
Aug 25, 2015
Q | A |
---|---|
Doc fix? | no |
New docs? | yes |
Applies to | all |
Fixed tickets | - |
|
||
Imagine you've installed your Symfony application in | ||
``~/projects/symfony_demo`` on your local system. You first need Homestead to | ||
sync your files in this project. Execute ``homestead edit`` to edit the |
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.
I find sync
hard to understand. Is Homestead syncing my files with other folder (are they being copied/moved?), is Homestead just checking for their existance, etc.
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.
Homestead is syncing the local directory with the directory you mapped it to in the Homestead environment, I'll expand the description a bit.
Updated this PR. I did not add a section about the advantages and drawbacks, I don't have enough knowledge to write these down. However, I added a quick tip to improve the speed of the application on Homestead. I would like to link to http://www.whitewashing.de/2013/08/19/speedup_symfony2_on_vagrant_boxes.html , but I guess that's not possible due to symfony.com's external linking policy (/cc @javiereguiluz)? |
9bc68e8
to
bbb1a70
Compare
.. tip:: | ||
|
||
Due to the amount of filesystem operations in Symfony (e.g. updating cache | ||
files and writing to log files), Symfony can slow dow signifcantly. To |
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.
slow down
Updated |
Is this ready to be merged? |
Yes, (imo) |
@wouterj Was is inteded to base this on the |
No, should work with all Symfony versions |
Thanks Wouter. |
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #5655). Discussion ---------- Added doc about Homestead's Symfony integration | Q | A | --- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | - Commits ------- d1d4275 Added doc about Homestead's Symfony integration