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
Requires
- php: >=7.4
- cakephp/cakephp: ^4.2
Requires (Dev)
- phpunit/phpunit: ^8.5 || ^9.3
This package is not auto-updated.
Last update: 2024-10-27 07:39:08 UTC
README
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