Overview for 'strangebuzz'
Written by COil
/ Original link
on Jun. 10, 2022
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…
Written by COil
/ Original link
on Feb. 11, 2022
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.
Written by COil
/ Original link
on Dec. 21, 2021
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.
Written by COil
/ Original link
on Oct. 27, 2021
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.
Written by COil
/ Original link
on Oct. 1, 2021
This post is different from what I use to do. It will be a reference, a "cheat sheet" mentioning all available exceptions with PHP.
Written by COil
/ Original link
on Jun. 29, 2021
In this post, we will see how to implement a user workflow with Symfony and EasyAdmin3. We will use the Symfony workflow component to handle the users' state and we will use EasyAdmin3 to modify this state with custom actions.