Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Symfony Education !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Symfony Education !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
!Build Status (https://img.shields.io/travis/pehapkari/awesome-symfony-education/master.svg?style=flat-square) (https://travis-ci.org/pehapkari/awesome-symfony-education)
@@ -31,7 +31,8 @@
Dependency Injection
⟡ How to refactor to new Dependency Injection features in Symfony 3.3 (https://www.tomasvotruba.cz/blog/2017/05/07/how-to-refactor-to-new-dependency-injection-features-in-symfony-3-3/) by Tomas Votruba 2017 
⟡ How to refactor to new Dependency Injection features in Symfony 3.3 (https://www.tomasvotruba.cz/blog/2017/05/07/how-to-refactor-to-new-dependency-injection-features-in-symfony-3-3/) by 
Tomas Votruba 2017 
EventDispatcher
@@ -76,7 +77,8 @@
Decoupling
⟡ The Framework as an implementation (https://www.youtube.com/watch?v=0L_9NutiJlc) by Marcello Duarte & Konstantin Kudryashov 2013 , Github repository (https://github.com/MarcelloDuarte/hexagonal-symfony)
⟡ The Framework as an implementation (https://www.youtube.com/watch?v=0L_9NutiJlc) by Marcello Duarte & Konstantin Kudryashov 2013 , Github repository 
(https://github.com/MarcelloDuarte/hexagonal-symfony)
⟡ Symfony2: How to create framework independent controllers (https://matthiasnoback.nl/2014/06/how-to-create-framework-independent-controllers/) 2014