2017 © Pedro Peláez
 

library rest-server-demo

ZF2 Rest server application demo using Doctrine

image

ledsinclouds/rest-server-demo

ZF2 Rest server application demo using Doctrine

  • Tuesday, December 15, 2015
  • by ledsinclouds
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ZF2 Rest Server Demo Application Module

Introduction

This is a ZF2 Rest Server Demo Application Module using Doctrine., (*1)

Installation

The recommended way to get a working copy of this project is to clone the repository and use composer to install dependencies:, (*2)

curl -s https://getcomposer.org/installer | php --

You would then invoke composer to install dependencies. Add to your composer.json, (*3)

"ledsinclouds/rest-server-demo": "dev-master"

Configuration

Once module installed, you could declare the module into your "config/application.config.php" by adding "LedsAlbum" & "Doctrine"., (*4)

    'Application',  
    'DoctrineModule',
    'DoctrineORMModule',
    'RestServerDemo'

Copy/Paste the configuration file and change configuration options according to your social accounts. Note: You must create applications for that..., (*5)

cp vendor/ledsinclouds/rest-server-demo/config/doctrine.local.php.dist config/autoload/doctrine.local.php

Create your Database and:, (*6)

./vendor/bin/doctrine-module orm:validate-schema
./vendor/bin/doctrine-module orm:schema-tool:update --force

The Versions

15/12 2015

dev-master

9999999-dev https://github.com/ledsinclouds/RestServerDemo.git

ZF2 Rest server application demo using Doctrine

  Sources   Download

BSD-3-Clause

The Requires

 

framework rest zf2 album rest-server-demo