davidjeddy / yii2-portfolio-theme
There is no license information available for the latest version (dev-master) of this package.
David J Eddy Portfolio Theme Collection
Package info
github.com/davidjeddy/yii2-portfolio-theme
Language:CSS
Type:theme
pkg:composer/davidjeddy/yii2-portfolio-theme
dev-master
2016-03-22 01:33 UTC
This package is auto-updated.
Last update: 2026-03-05 22:06:00 UTC
README
Copyright
Respective owners or David J Eddy, 2016
License
See license.md
Install
First add the following to the script section of your composer.json:
{
...
},
"scripts": {
"post-autoload-dump": [
"./vendor/davidjeddy/yii2-portfolio-theme/SYM-LINK-INSTALL.sh"
]
}
}
...then add the dependancy to your project by running the following
php composer.phar require davidjeddy/yii2-portfolio-theme "~1.0"
...or add the following to your composer.json require section
"davidjeddy/yii2-portfolio-theme": "~1.0"