Published onNovember 18, 2021Prometheus + Grafana + Loki with docker-composedockerprometheusgrafanalokiobservabilitylogsmetricsSpin up a local observability stack (Prometheus for metrics, Loki for logs, Grafana for dashboards) using docker-compose with minimal configs.
Published onOctober 18, 2020Integrating PHPStan in PhpStorm / PHPStan Prophpstanphpstormstatic-analysisqualityddevdockerInstall and configure PHPStan for your project and wire it into PhpStorm – including baselines, framework stubs, and running inside Docker/DDEV.
Published onAugust 22, 2020Fully integrate DDEV and PhpStorm – including Unit Tests with CoverageddevphpstormdockerxdebugphpunitcoverageConfigure PhpStorm to run everything inside DDEV: CLI/Composer, PHPUnit with coverage, debugging (Xdebug), and quality tools – fully integrated.