|
You are here |
gist.github.com | ||
| | | | |
tomasvotruba.com
|
|
| | | | | PHP CLI apps usually accept config, to setup their behavior. For PHPUnit it's `phpunit.xml`, for PHP CS Fixer it's `.php_cs`, for ECS it's `ecs.php`, for PHPStan it's `phpstan.neon` and so on. In the first post about PHP CLI Apps I wrote about [poor DI support in PHP CLI projects](/blog/2018/05/07/why-you-should-combine-symfony-console-and-dependency-injection/). Today we look on the first barrier that leads most people to prefer static over DI - **how to load config with services**. | |
| | | | |
gpac.wp.imt.fr
|
|
| | | | | GPAC Ultramedia OSS for Video Streaming & Next-Gen Multimedia Transcoding, Packaging & Delivery - EBU TTD support in GPAC · gpac/gpac Wiki | |
| | | | |
www.tobymackenzie.com
|
|
| | | | | [AI summary] A developer shares a step-by-step guide on upgrading a Symfony 3 project to version 4 without using the Flex plugin, covering dependency management, configuration changes, and file cleanup. | |
| | | | |
tomasvotruba.com
|
|
| | | During Easter weekend, usually, people take a break and have a rest. Instead, we used these 4 days of *holiday* to migrate the 304-controller application. At least that was the goal on Friday. Me in my colleague in the migrated project accepted the challenge. We got into many minds and code-traps. We'd like to share this experience with you and **inspire those who are still stuck on non-MVC code** and think it might take weeks or even months to switch to a framework. | ||