davidjeddy / yii2-portfolio-theme
David J Eddy Portfolio Theme Collection
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:theme
This package is auto-updated.
Last update: 2024-11-05 19:02:17 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"