parker714 / yii2-a
yii2 extension apollo
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- multilinguals/apollo-client: ^0.1.2
- yiisoft/yii2: ^2.0.0
This package is auto-updated.
Last update: 2024-10-20 18:22:55 UTC
README
Apollo Extension for Yii 2
This extension provides a Apollo
fixture command for the Yii framework 2.0.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
composer require parker714/yii2-a -vvv
Usage
To use this extension, simply add the following code in your application configuration (console.php):
'controllerMap' => [ 'apollo' => [ 'class' => 'parker714\yii2a\ApolloController', 'url' => 'http://127.0.0.1', 'appID' => 'test', 'saveDir' => '@app/config', ], ],