Skip to content

praswicaksono/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