cakedc/cakephp-inertia

Inertia plugin for CakePHP

Installs: 54

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 11

Forks: 0

Open Issues: 1

Language:Twig

Type:cakephp-plugin

2.0.1 2024-04-09 08:10 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 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 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.