Upgrading PHP with the ondrej/php repository on an Ubuntu server
This post shows how to upgrading PHP with the ondrej/php repository on an Ubuntu server, step by step, to avoid forgetting something.
This post shows how to upgrading PHP with the ondrej/php repository on an Ubuntu server, step by step, to avoid forgetting something.
This post shows how to initialize a Symfony project with solid foundations. I give several bits of advice about this crucial step that determines how your project will evolve in the long run; will it stay maintainable and fun to work with? Or will it become the legacy project everyone tries to avoi…
In this post, we see a simple solution to mock API calls with the Symfony HTTP client, declare a scoped HTTP client and test it with or without mock.
In this post, we see how to organize your Symfony project tests. We check all the available test types and create consistent and robust test suites.
In this post, we see how to create custom PHPStan rules for a Symfony project. We will check Symfony best practices but also more specific rules.
This post is different from what I use to do. It will be a reference, a "cheat sheet" mentioning all available exceptions with PHP.