📄️ CI/CD
FrameBase has a CI/CD Pipeline included by default within the package. It can be found on .circleci/config.yml file. This .yml file is a configuration file that specifies how CircleCI should build and test your project. It includes information such as the language and version of your project, dependencies, and commands to run tests. CircleCI uses this file to automate the build, test, and deployment process for your project.
📄️ PHPCS
FrameBase has PHP Codesniffer (PHPCS) included within the package, a tool that validates your code against a set of predefined standards and ensures that such standards are maintained across the team.