Description
Add dedicated CakePHP support to the DDLess engine.
What's needed
Three files following the existing framework pattern:
src/frameworks/cakephp/http_request.php — HTTP handler with CakePHP bootstrap
src/frameworks/cakephp/method_executor.php — Method execution via CakePHP's DI container
src/frameworks/cakephp/task_runner.php — Task runner with full CakePHP context
Reference
See CONTRIBUTING.md for the step-by-step guide on adding a new framework.
Existing implementations in src/frameworks/laravel/ and src/frameworks/symfony/ can be used as reference.
Labels
enhancement, good first issue, help wanted
Description
Add dedicated CakePHP support to the DDLess engine.
What's needed
Three files following the existing framework pattern:
src/frameworks/cakephp/http_request.php— HTTP handler with CakePHP bootstrapsrc/frameworks/cakephp/method_executor.php— Method execution via CakePHP's DI containersrc/frameworks/cakephp/task_runner.php— Task runner with full CakePHP contextReference
See CONTRIBUTING.md for the step-by-step guide on adding a new framework.
Existing implementations in
src/frameworks/laravel/andsrc/frameworks/symfony/can be used as reference.Labels
enhancement, good first issue, help wanted