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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -