Skip to content

roundpartner/configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Configuration

Configuration for webservices

Post Installation

The configs folder needs to have write permissions for it to pull the configuration files. A script is provided to allow setting the permissions automatically.

If the vendor folder is located in the current directory then the script can be run without arguments.

./bin/set_configs_permission.sh

If the vendor folder is located in a subdirectory then pass in the path to the directory as an argument.

./bin/set_configs_permission.sh src/

Testing

phpunit

Code Quality

./vendor/bin/phpcs --standard=psr2 ./src
./vendor/bin/phpcbf --standard=psr2 ./src