codemix / codemix/YiiElasticSearch
show connection info and component configuration
Open
- Dominant language
- PHP
- Stars
- 33
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Example show command:
```
public function actionShowConfig(){
echo "Connection configuration:\n";
print_r(Yii::app()->elasticSearch);
}
```
Or maybe adding some (nicer formatted) output to help?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.