Skip to content

inditel/zend-skeleton-application

Repository files navigation

ZF2 skeleton application with extras

Integrated modules:

Installing project

  • Start composer project
  • Load inditel/zend-skeleton-application

Setting up local development environment

Add this line to your apache config

    SetEnv "APP_ENV" "development"

If you want to test staging, testing or production, update .htaccess file. Uncomment # SetEnv "APP_ENV" "development" Be careful not to commit with it!

To start unit testing (PHPStorm)

  • Open project settings -> PHP -> PHPUnit. Set "Use custom loader" and choose vendor/autoload.php file.

  • Open Run/Debug Configurations

  • Add new PHPUnit configuration
  • Add name
  • Select "Defined in the configuration file"
  • Check "Use alternative configuration file"
  • Choose module/YOUR_MODULE/test/phpunit.xml

Generating doctrine entities

  • Check doctrine-gen.php
  • Run doctrine-gen.php

About

Zend skeleton application with a lot of necessary extras. Like assetic, developer tools, phpunit and all nicely configured

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages