-
Notifications
You must be signed in to change notification settings - Fork 34
Development Aids
Koen Teuwen edited this page Jul 16, 2021
·
22 revisions
To aid the development process, several development aids are included in the Makefile.
On Linux or inside WSL, you can run apt-get install -y php-cli php-composer php-intl php-soap php-imagick php-memcached php-xdebug
followed by composer install -o --ignore-platform-reqs
.
You can now use the following commands from the Makefile as well:
-
make phpcbf
before committing to beautify your changes according to the PSR1 and PSR12 standards. -
make phpcsfix
to beatify all project code. -
make phpstan
to perform a static code analysis to find probable bugs.
- Contributing
- Architecture
- Components
- View helpers
- Sub-projects
- Archive