Skip to content

Add CakePHP framework support #1

@jeffleyd

Description

@jeffleyd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions