Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

executable file
·
24 lines (15 loc) · 589 Bytes

ZfcUserAdmin Module for Zend Framework 2

Version 0.0.1 Created by Daniel Strøm and Martin Shwalbe

Introduction

This module provides an interface to create/edit new users.

Installation

Main Setup

  1. Clone this project into your ./vendor/ directory and enable it in your application.config.php file.
  2. Clone https://github.com/juriansluiman/ZfcAdmin into your ./vendor/ directory and enable it in your application.config.php file.

Requires

  1. ZfcAdmin
  2. ZfcUser

Usage

soon to come