You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Additional lists you might find useful:
26
26
- [Authentication and Authorization](#authentication-and-authorization)
27
27
- [Caching](#caching)
28
28
- [Code Analysis](#code-analysis)
29
+
- [Console](#console)
29
30
- [Debugging](#debugging)
30
31
- [Email](#email)
31
32
- [File Manipulation](#file-manipulation)
@@ -120,6 +121,11 @@ Additional lists you might find useful:
120
121
-[lordsimal/cakephp-psalm](https://github.com/LordSimal/cakephp-psalm) - A Psalm extension to resolve CakePHP magic around getter return types for the static analyzer.
121
122
-[TestHelper plugin](https://github.com/dereuromark/cakephp-test-helper) - Provides testing enhancements and TDD support as browser backend.
122
123
124
+
## Console
125
+
*Plugins for console enhancements.*
126
+
127
+
-[SignalHandler plugin](https://github.com/skie/SignalHandler) - Cross-platform signal handling for CakePHP console commands with zero external dependencies. Supports Linux (pcntl), Windows (native API).
0 commit comments