library ssp-blog
Blog module for use in the SunshinePHP site.
sunshinephp/ssp-blog
Blog module for use in the SunshinePHP site.
- Sunday, March 9, 2014
- by adamculp
- Repository
- 1 Watchers
- 0 Stars
- 21 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
ssp-blog
Blogging module in ZF2 to be included into the SunshinePHP main site., (*1)
Requirements
Installation
Main Setup
By cloning project
- Clone this project into your
./vendor/
directory.
With composer
-
Add this project in your composer.json:, (*2)
"require": {
"sunshinephp/ssp-blog": "dev-master"
}
-
Now tell composer to download SspBlog by running the command:, (*3)
$ php composer.phar update
Post installation
-
Enabling it in your application.config.php
file., (*4)
<?php
return array(
'modules' => array(
// ...
'SspBlog',
),
// ...
);
dev-master
9999999-dev
Blog module for use in the SunshinePHP site.
Sources
Download
The Requires
ssphp
ssp