Configuration
Developer Tools
Build Tailwind CSS Assets
make tailwind-watch
This builds the initial Tailwind CSS assets and then watches for changes and rebuild the assets as needed.
Xdebug
@todo
Test Suite
Via Makefile
make tests
Via PHPStorm
@todo
PHP CS Fixer
Via Makefile
# Dry run - shows was issues CS Fixer finds
make php-cs-fixer-test
# Apply the fixes
make php-cs-fixer-fix
Via PHPStorm
@todo
PHPStan
Via Makefile
make phpstan
Via PHPStorm
@todo