-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Document the 3.0 directory structure #5898
Comments
The "how" part of (b) is already mostly covered by http://symfony.com/doc/current/cookbook/configuration/override_dir_structure.html |
|
I start with the book chapters now. |
Unless I missed something, the referenced PRs above this comment fix (a). |
This PR was merged into the master branch. Discussion ---------- [3.0][Book] Use the 3.0 directory structure | Q | A | --- | --- | Doc fix? | yes | New docs? | yes | Applies to | 3.0+ | Fixed tickets | part of #5898 Commits ------- 25ae8c1 Applied suggestions ed43015 Prefix commands with 'php' 0d69414 Updating 'Exploring the Project' 6b5c977 app/bootstrap.php.cache -> var/bootstrap.php.cache 3318f2e app/(cache|logs) -> var/(cache|logs) 1461bdc app/phpunit.xml.dist -> phpunit.xml.dist 8794a4d app/console -> bin/console
… structure (WouterJ) This PR was merged into the master branch. Discussion ---------- [3.0][Best Practices][Quick Tour] Use the 3.0 directory structure | Q | A | --- | --- | Doc fix? | yes | New docs? | yes | Applies to | 3.0+ | Fixed tickets | part of #5898 Commits ------- c6d436b [QuickTour] Use new directory structure 215c36d [BestPractices] Use new directory structure
This PR was merged into the master branch. Discussion ---------- [3.0][Cookbook] Use the 3.0 directory structure | Q | A | --- | --- | Doc fix? | yes | New docs? | yes | Applies to | 3.0+ | Fixed tickets | part of #5898 Commits ------- 47e11f8 Applied comments f2be12a Updated directory structures df20095 Testing changes ef613f6 app/SymfonyRequirements.php -> bin/SymfonyRequirements.php af7052b app/bootstrap.php.cache -> var/bootstrap.php.cache 6614c0f app/logs -> var/logs b3da3b7 app/cache -> var/cache b6d93f0 app/phpunit.xml.dist -> phpunit.xml.dist bea4a0c app/console -> bin/console
The code has been updated now for the new structure, thanks to Wouter! For the explanation of the changes... I think that should maybe be at symfony-standard - that repo is missing an UPGRADE log currently for 3.0, which is the most important. I've covered the changes for KnpU here: https://knpuniversity.com/screencast/symfony3-upgrade/new-dir-structure we could repeat that in teh docs, but it seems wasteful. |
…xavier) This PR was merged into the 3.0 branch. Discussion ---------- refs #5898 Fix updates of testing.rst for 3.0 | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 3.0+ | Fixed tickets | part of #5898 As a consequence of the following changes: > - `app/phpunit.xml.dist` -> `phpunit.xml.dist` 1461bdc#diff-6e8b9a935e200194f4cdab04f31032a2 > - `src/AppBundle/Tests/...` -> `tests/AppBundle/...` 3083e90#diff-6e8b9a935e200194f4cdab04f31032a2 Commits ------- a6a90f7 refs #5898 Fix updates of testing.rst for 3.0
* 3.0: Simplified the contribution article for Symfony Docs Update routing.rst [#6590] fix version in versionadded directive Added note on YAML mappings as objects use static Yaml API Adding a description for the use_microseconds parameter introduced in MonologBundle v2.11 Clarify signed requests in the ESI renderer refs #5898 Fix updates of testing.rst for 3.0
I'm closing this as "fixed" because the only remaining item should be completed in the Standard Edition ... or maybe not, because there are already some third-party resources that explain it well. |
https://github.com/symfony/symfony-standard/tree/master
app/console
->bin/console
app/phpunit.xml.dist
->phpunit.xml.dist
app/cache
->var/cache
app/logs
->var/logs
app/bootstrap.php.cache
->var/bootstrap.php.cache
app/SymfonyRequirements.php
->var/SymfonyRequirements.php
src/AppBundle/Tests/...
->tests/AppBundle/...
The text was updated successfully, but these errors were encountered: