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

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:theme

dev-master 2016-03-22 01:33 UTC

This package is auto-updated.

Last update: 2024-04-05 17:48:14 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"