elementsdk/angular.plugin

Installs: 75

Dependents: 0

Suggesters: 0

Security: 0

Type:cakephp-plugin

3.0.5 2014-11-02 19:51 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:18:01 UTC


README

Angular plugin is a CakePHP 3.x plugin with a few convinience helpers and components to make integrating a CakePHP backend and Angular frontend simpler and easier

Prerequisites

A working node.js install

Installation

Add this to your composer.json file:


"require": {
        "elementsdk/angular.plugin" : "dev-master"
        ...
	},
...
"scripts": {
		"post-install-cmd": "cd Plugin/Angular/webroot; npm install",
        "post-update-cmd" : "cd Plugin/Angular/webroot; npm install"
        ...
	},

While in Plugin/Angular/webroot

run npm install

Usage

Documentation

Todo

  • Usage docs

See the API inline documentation.

Version history

  • 3.0.0

    • First release for CakePHP 3.x
  • 1.0.0

    • First release