-
Unit Testing
How do I test my PHP application (PHPUnit, Pest) ? Which is best to use and how do we get started with it in an application ?
-
April 10, 2025
Coding Standards Best Practices
How do I test my PHP application (PHPUnit, Pest) ? Which is best to use and how do we get started with it in an application ?
What is the 'correct' folder structure for a PHP project (without a big framework like Laravel yet)? Where should I put my database connection file, helper functions, classes, and HTML views? Also, how should I name my files, functions, and variables (camelCase, snake_case)? I see so many different examples online.
© 2025 by CodeBloom Education Ltd