2017 © Pedro Peláez
 

library zf2-skeleton-application

ZF2 Skeleton Application - customized by wasabilib.org

image

wasabi/zf2-skeleton-application

ZF2 Skeleton Application - customized by wasabilib.org

  • Saturday, January 30, 2016
  • by wasabiNorman
  • Repository
  • 4 Watchers
  • 2 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

WasabiLib Skeleton Application

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Please Visit http://www.wasabilib.org for detailed information.

Introduction

This is a starting point for using the WasabiLib Modules and ZF2., (*2)

Following Modules are bundled

  1. Zend Framework 2.5*
  2. WasabiLib (Basic ajax components, Server-side modals, Gritter messages, Suggest, Wizard)
  3. WasabiMail (enhanced ZF2 based Email Module with a responsive template and file attachment support)
  4. Bootstrap
  5. FontAwesome
  6. JQuery 2.1.4

Installation

Get Composer

To get composer please follow the instructions below., (*3)

curl -s https://getcomposer.org/installer | php --
cd your/project/dir

Clone Repository

git clone https://github.com/WasabiLib/wasabilib_zf2_skeleton_application.git
cd wasabilib_zf2_skeleton_application
composer install

Setup Apache Virtual Host

To setup apache, setup a virtual host to point to the public/ directory of the project and you should be ready to go! It should look something like below:, (*4)

<VirtualHost *:80>
    ServerName yourproject.localhost
    DocumentRoot /path/to/your/project/public
    <Directory /path/to/your/project/public>
       DirectoryIndex index.php
       AllowOverride All
       Order allow,deny
       Allow from all
        <IfModule mod_authz_core.c>
            Require all granted
        </IfModule>
    </Directory>
</VirtualHost>

Make sure mod_rewrite is active, (*5)

The Versions

30/01 2016

dev-master

9999999-dev http://framework.zend.com/

ZF2 Skeleton Application - customized by wasabilib.org

  Sources   Download

MIT License

The Requires

 

framework zf2 wasabilib

21/01 2016

1.1

1.1.0.0 http://framework.zend.com/

ZF2 Skeleton Application - customized by wasabilib.org

  Sources   Download

MIT License

The Requires

 

framework zf2 wasabilib

13/12 2015

v1.0

1.0.0.0 http://framework.zend.com/

Skeleton Application for ZF2 customized by wasabilib.org

  Sources   Download

BSD-3-Clause

The Requires

 

framework zf2