Code Monkey home page Code Monkey logo

zfappskeleton's Introduction

ZF2 App Skeleton

Skeleton application for ZF2 MVC projects

Einführung

Dies ist ein Gerüst für Zend Framework 2 basierte Anwendungen, die auf dem MVC-Layer des Zend Frameworks aufsetzen. Grundlage ist die ZendSkeletonApplication des Zend Frameworks, die an einigen Punkten modifiziert und an eigene Bedürfnisse angepasst wurde.

Installation

Download

$ git clone [email protected]:dwolke/Zf2AppSkeleton.git

Installation mit Composer

$ cd Zf2AppSkeleton
$ composer update

Webserver Setup

<VirtualHost *:80>
	
	ServerName your.website.com
    ServerAdmin [email protected]
    DocumentRoot /pfad/zum/webverzeichnis/Zf2AppSkeleton/public

    ErrorLog /var/log/apache2/zfapp-error.log
    CustomLog /var/log/apache2/zfapp-access.log common

    <Directory "/pfad/zum/webverzeichnis/Zf2AppSkeleton/public">
        Require all granted
        AllowOverride All
    </Directory>

</VirtualHost>

Kontakt

Daniel Wolkenhauer/dwLabs


Copyright © 2012 - 2019 by dwLabs. Alle Rechte vorbehalten. 😎

zfappskeleton's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.