zfcampus / zf-angular
ZFAngular module for ZF2
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 13
Forks: 8
Open Issues: 0
pkg:composer/zfcampus/zf-angular
Requires
- php: >=5.3.3
- zendframework/zendframework: dev-develop
This package is auto-updated.
Last update: 2020-02-04 20:22:00 UTC
README
This a prototype of the ZF\Angular
module for ZF2.
Right now the module is inside a ZF2 skeleton application, just to test the working code.
Generate the app.js file
In order to generate the app.js
file for Angular you
need to execute the following command:
php public/index.php create app
This will generate the app.js
file in the /public/js/angular/
folder based
on the angular.global.php
file (stored in config/autoload/
).
If app.js
already exists, then ZF\Angular
will copy it to a new file with
the extension .old
.