We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fa607 commit 3371108Copy full SHA for 3371108
best_practices.rst
@@ -52,7 +52,8 @@ self-explanatory and not coupled to Symfony:
52
├─ config/
53
│ ├─ packages/
54
│ └─ services.yaml
55
- └─ public/
+ ├─ migrations/
56
+ ├─ public/
57
│ ├─ build/
58
│ └─ index.php
59
├─ src/
@@ -63,7 +64,6 @@ self-explanatory and not coupled to Symfony:
63
64
│ ├─ Entity/
65
│ ├─ EventSubscriber/
66
│ ├─ Form/
- │ ├─ Migrations/
67
│ ├─ Repository/
68
│ ├─ Security/
69
│ └─ Twig/
0 commit comments