library sc-widgets
The basic example widgets kit for module ScContent.
dphn/sc-widgets
The basic example widgets kit for module ScContent.
- Sunday, February 23, 2014
- by dolphin
- Repository
- 1 Watchers
- 4 Stars
- 23 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
This module in process., (*1)
Features / Goals
- Example widget
- Site title
- Simple banner as image
- Search widget and simple integrated search feature
- Login widget
Installation
Main Setup
By cloning project
- Install the BjyAuthorize ZF2 module
by cloning it into
./vendor/.
- Install the ZfcBase ZF2 module
by cloning it into
./vendor/.
- Install the ZfcUser ZF2 module
by cloning it into
./vendor/.
- Install the [ScContent] (https://github.com/dphn/ScContent)
by cloning it into
./vendor/.
- Clone this project into your
./vendor/ directory.
With composer
-
Add this project in your composer.json:, (*2)
"require": {
"dphn/sc-widgets" : "dev-master"
}
-
Now tell composer to download ScWidgets by running the command:, (*3)
$ php composer.phar update
Post installation
-
Enabling it in your application.config.phpfile., (*4)
<?php
return array(
'modules' => array(
// ...
'ZfcBase',
'ZfcUser',
'BjyAuthorize',
'ScContent',
'ScWidgets',
),
// ...
);
-
Further installation is automatic., (*5)
dev-master
9999999-dev
The basic example widgets kit for module ScContent.
Sources
Download
New BSD License
The Requires
zf2
cms
content management