Talk Cakefest 2023 - How to use your IDE effectivly for CakePHP
Tips for an IDE-based productivity booster using plugins, annotations, and more.
Maximize the speed to develop with CakePHP, leaving every other framework lightyears behind.
style: uncheck Unnecessary fully qualified name (we need this for doc blocks) ◦ General: Static method called as dynamic, uncheck if you don't want to be alerted about PHPUnit code smells. • Settings => Code Style ◦ Code Conversion => Array Declaration Style: Force short declaration style ◦ Code Conversion => Array Declaration Style: Add comma after last element in multiline array see https:/ /github.com/dereuromark/cakephp-ide-helper/wiki/PHPStorm 5
here. • On top use https:/ /github.com/CakeDC/cakephp-phpstan In your phpstan.neon then add 12 includes: - vendor/cakedc/cakephp-phpstan/extension.neon