2017 © Pedro Peláez
 

library sc-widgets

The basic example widgets kit for module ScContent.

image

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

The README.md

ScWidgets

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

  1. Install the BjyAuthorize ZF2 module by cloning it into ./vendor/.
  2. Install the ZfcBase ZF2 module by cloning it into ./vendor/.
  3. Install the ZfcUser ZF2 module by cloning it into ./vendor/.
  4. Install the [ScContent] (https://github.com/dphn/ScContent) by cloning it into ./vendor/.
  5. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:, (*2)

    "require": {
        "dphn/sc-widgets" : "dev-master"
    }
    
  2. Now tell composer to download ScWidgets by running the command:, (*3)

    $ php composer.phar update
    

Post installation

  1. Enabling it in your application.config.phpfile., (*4)

    <?php
    return array(
        'modules' => array(
            // ...
            'ZfcBase',
            'ZfcUser',
            'BjyAuthorize',
            'ScContent',
            'ScWidgets',
        ),
        // ...
    );
    
  2. Further installation is automatic., (*5)

The Versions

23/02 2014

dev-master

9999999-dev

The basic example widgets kit for module ScContent.

  Sources   Download

New BSD License

The Requires

 

zf2 cms content management