https://github.com/CakeDC/cakephp-inertia
https://github.com/CakeDC/cakephp-inertia
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/CakeDC/cakephp-inertia
- Owner: CakeDC
- License: other
- Created: 2024-02-28T08:33:37.000Z (about 1 year ago)
- Default Branch: 1.next-cake4
- Last Pushed: 2024-04-10T15:32:31.000Z (about 1 year ago)
- Last Synced: 2024-04-10T18:10:00.950Z (about 1 year ago)
- Language: Twig
- Size: 85.9 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-cakephp - Inertia plugin - Plugin for connecting a Vue 3 app and use an API interface using a middleware. (Miscellaneous)
- trackawesomelist - Inertia plugin (⭐10) - Plugin for connecting a Vue 3 app and use an API interface using a middleware. (Recently Updated / [Mar 21, 2025](/content/2025/03/21/README.md))
README
CakeDC Inertia Plugin
=====================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 modelRequirements
------------* CakePHP 4.5
* PHP >= 7.2
* NodeJS 18.9 (only for build Vue Components, not required on running site)Documentation
-------------For documentation, as well as tutorials, see the [Docs](Docs/Home.md) directory of this repository.
Support
-------For bugs and feature requests, please use the [issues](https://github.com/CakeDC/cakephp-inertia/issues) section of this repository.
Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information.
Contributing
------------This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions.
License
-------Copyright 2024 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.