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

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -