https://github.com/davidjeddy/yii2-portfolio-theme
Portfolio Theme Collection
https://github.com/davidjeddy/yii2-portfolio-theme
Last synced: about 1 month ago
JSON representation
Portfolio Theme Collection
- Host: GitHub
- URL: https://github.com/davidjeddy/yii2-portfolio-theme
- Owner: davidjeddy
- License: other
- Created: 2016-03-20T22:00:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T01:34:19.000Z (almost 10 years ago)
- Last Synced: 2025-03-06T01:50:12.726Z (10 months ago)
- Language: CSS
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# David J Eddy Portfolio Theme Collection
## 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"
```