php - Yii CDN Asset Management -
i trying use extension https://github.com/2amigos/yii-cdn-asset-management-library in order publish assets amazon s3.
i installed using composer , can confirm files there. according documentation, next step modify yii configuration file (i modified main.php , console.php) , put necessary information in components section. did that.
in order publish assets, needed run following code:
./yiic s3 --manager=cdnmanager publish --userversioncache=1
however, yiic cannot seem locate s3command.php file. no such file or directory errors because of that. thoughts on how proceed?
Comments
Post a Comment