David J Eddy Portfolio Theme Collection
Copyright
Respective owners or David J Eddy, 2016, (*1)
License
See license.md, (*2)
Install
First add the following to the script section of your composer.json
:, (*3)
{
...
},
"scripts": {
"post-autoload-dump": [
"./vendor/davidjeddy/yii2-portfolio-theme/SYM-LINK-INSTALL.sh"
]
}
}
...then add the dependancy to your project by running the following, (*4)
php composer.phar require davidjeddy/yii2-portfolio-theme "~1.0"
...or add the following to your composer.json
require section, (*5)
"davidjeddy/yii2-portfolio-theme": "~1.0"