davidjeddy / yii2-portfolio-theme
David J Eddy Portfolio Theme Collection
Package info
github.com/davidjeddy/yii2-portfolio-theme
Language:CSS
Type:theme
pkg:composer/davidjeddy/yii2-portfolio-theme
This package is auto-updated.
Last update: 2026-04-19 00:24:40 UTC
README
[!WARNING] ⚠️ This project has been archived and is no longer maintained. ⚠️
Github has shown it does not respect its users. Other have said it better than I can.
- https://www.theregister.com/2022/06/30/software_freedom_conservancy_quits_github/
- https://www.andrlik.org/dispatches/migrating-from-github-motivation/
- https://techresolve.blog/2025/12/27/looking-to-migrate-company-off-github-whats-the/
- https://lord.io/leaving-github/
- https://dev.to/alanwest/how-to-actually-migrate-from-github-to-codeberg-without-losing-your-mind-33bf>
Development has moved to Codeberg: ➡️ https://codeberg.org/DavidJEddy/yii2-portfolio-theme
Please update your remotes:
git remote set-url origin https://codeberg.org/DavidJEddy/yii2-portfolio-theme
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"