10000 [3.0][Cookbook] Use the 3.0 directory structure by wouterj · Pull Request #5917 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[3.0][Cookbook] Use the 3.0 directory structure #5917

8000
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

Merged
merged 9 commits into from
Nov 30, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
app/SymfonyRequirements.php -> bin/SymfonyRequirements.php
  • Loading branch information
wouterj committed Nov 28, 2015
commit ef613f6ed71fef442ef52fe72a26faaea87f5f15
2 changes: 1 addition & 1 deletion cookbook/deployment/azure-website.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ directory with at least the following contents:
/var/logs/*
!var/cache/.gitkeep
!var/logs/.gitkeep
/app/SymfonyRequirements.php
/bin/SymfonyRequirements.php
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- /bin/SymfonyRequirements.php
+ /var/SymfonyRequirements.php

?

/build/
/vendor/
/bin/
Expand Down
0