skie/cake-pages

CakePages plugin for CakePHP

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

1.0.0 2022-01-07 19:38 UTC

This package is not auto-updated.

Last update: 2024-04-14 05:14:56 UTC


README

Software License Total Downloads Latest Stable Version

Motivation and goals of the project

  • Show how easy it is to change CakePHP project files structure.
  • Show CakePHP community another way of building the controller layer and interacting with the view layer.
  • Bring Razor Pages style into CakePHP stack.
  • Introduce ViewModel layer for interacting with view and full type support control for passed template's data.

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require skie/cake-pages