You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,10 @@ a [SQLite](https://www.sqlite.org/index.html) database (with the `/users` URL).
159
159
*[Doctrine DBAL](https://github.com/strangebuzz/MicroSymfony/tree/doctrine-dbal) (rebased on 2024-10-06)
160
160
*[Eloquent ORM](https://github.com/strangebuzz/MicroSymfony/tree/eloquent) (rebased on 2024-09-27)
161
161
162
+
### Tooling 🔨
163
+
164
+
*[Taskfile](https://github.com/jmsche/MicroSymfony/tree/taskfile) (rebased on 2024-10-11)
165
+
162
166
163
167
## Notes 📒
164
168
@@ -183,6 +187,7 @@ These branches will be rebased after each release so they are always up to date.
183
187
## References 📚
184
188
185
189
*[A better ADR pattern for your Symfony controllers](https://www.strangebuzz.com/en/blog/a-better-adr-pattern-for-your-symfony-controllers) (strangebuzz.com) (coming soon)
190
+
*[My Taskfile configuration for Symfony](https://jmsche.fr/en/blog/my-taskfile-configuration-for-symfony) (jmsche.fr)
186
191
*[You should be using PHPStans bleeding edge](https://backendtea.com/post/use-phpstan-bleeding-edge/) (backendtea.com)
187
192
*[A Good Naming Convention for Routes, Controllers and Templates?](https://jolicode.com/blog/a-good-naming-convention-for-routes-controllers-and-templates) (jolicode.com)
0 commit comments