Skip to content

komaltech/p2bj

 
 

Repository files navigation

Installation

Build Status

Linux

composer install
vendor/bin/doctrine orm:schema-tool:create
vendor/bin/doctrine orm:generate-proxies
php fixtures.php

Windows

"C:/xampp/php/php.exe" composer install
"C:/xampp/php/php.exe" "vendor/bin/doctrine" orm:schema-tool:create
"C:/xampp/php/php.exe" "vendor/bin/doctrine" orm:generate-proxies

Start Development Server

Linux

php -S localhost:[port] -t public

Windows

"C:/xampp/php/php.exe" -S localhost:[port] "C:/xampp/htdocs/p2bj/public/"

Run Test

Behat

vendor/bin/behat

PhpSpec

vendor/bin/phpspec run

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.5%
  • JavaScript 36.5%
  • CSS 19.0%
  • PHP 2.8%
  • PLpgSQL 0.2%
  • Gherkin 0.0%