An open API service indexing awesome lists of open source software.

https://github.com/CakeDC/cakephp-inertia


https://github.com/CakeDC/cakephp-inertia

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

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 model

Requirements
------------

* 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.