Skip to content
Closed
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
4 changes: 2 additions & 2 deletions best_practices/business-logic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and put things there:

.. code-block:: text

symfony2-project/
symfony3-project/
Copy link

Choose a reason for hiding this comment

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

Why not just call it symfony-project?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it will be generic !

├─ app/
├─ src/
│ ├─ Acme/
Expand Down Expand Up @@ -180,7 +180,7 @@ The three entities defined by our sample blog application are a good example:

.. code-block:: text

symfony2-project/
symfony3-project/
├─ ...
└─ src/
└─ AppBundle/
Expand Down