cakedc / cakephp-inertia
Inertia plugin for CakePHP
Installs: 121
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 10
Forks: 0
Open Issues: 1
Language:Twig
Type:cakephp-plugin
Requires
- php: >=8.1
- cakephp/cakephp: 5.*
Requires (Dev)
- phpunit/phpunit: ^8.5 || ^9.3
This package is auto-updated.
Last update: 2024-11-07 14:08:12 UTC
README
The Inertia plugin covers the following features:
- Build a Vue 3 app in front and load it on CakePHP site
- Communicate Vue 3 Component on front with back without implement and use an API interface using a Middleware
- Bake an CRUD system of basic Vue 3 components templates for a defined model
Requirements
- CakePHP 5.x
- PHP >= 8.1
- NodeJS 18.9 (only for build Vue Components, not required on running site)
Documentation
For documentation, as well as tutorials, see the Docs directory of this repository.
Support
For bugs and feature requests, please use the issues section of this repository.
Commercial support is also available, contact us for more information.
Contributing
This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions.
License
Copyright 2024 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.