Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Migrating Best Practices topics to Symfony Flex structure#8579

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
weaverryan merged 1 commit intosymfony:masterfromyceruto:best_practices
Nov 5, 2017

Conversation

@yceruto
Copy link
Member

@ycerutoyceruto commentedNov 2, 2017
edited
Loading

Pending files for other PR:

  • configuration.rst
  • creating-the-project.rst
  • i18n.rst
  • templates.rst

@ycerutoyceruto changed the title[Best Practices] More changes of Symfony Flex structureMigrating Best Practices topics to Symfony Flex structureNov 2, 2017
providers:
database_users:
entity:{ class:AppBundle:User, property: username }
entity:{ class:App:User, property: username }
Copy link
Member

Choose a reason for hiding this comment

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

This could beApp\Entity\User ... but it may be better to do that change in all docs in a separate PR.

Copy link
Member

Choose a reason for hiding this comment

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

Yea, I agree. The namespace is now small enough that this slightly longer format is worth it because it's more clear.

Copy link
Member

Choose a reason for hiding this comment

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

I've actually just made this change, as this is the only spot in the docs where this appears (there are still many references ofAppBundle:, but this is the only one that isApp:). As we migrate away fromAppBundle, we can also change to not use the shortcut.

@weaverryanweaverryan merged commit176bbdf intosymfony:masterNov 5, 2017
weaverryan added a commit that referenced this pull requestNov 5, 2017
…re (yceruto)This PR was merged into the master branch.Discussion----------Migrating Best Practices topics to Symfony Flex structurePending files for other PR:* configuration.rst* creating-the-project.rst* i18n.rst* templates.rstCommits-------176bbdf [Best Practices] More changes of Symfony Flex structure
weaverryan added a commit that referenced this pull requestNov 5, 2017
@ycerutoyceruto deleted the best_practices branchNovember 5, 2017 21:02
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@weaverryanweaverryanweaverryan left review comments

@javiereguiluzjaviereguiluzjaviereguiluz approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@yceruto@javiereguiluz@weaverryan@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp