################### What is ecp ###################
ecp is platform that connects community members,faith-based organizations (FBO),community-based organizations (CBOs),Non-Governmental Organizations (NGOs) and Government Policing Agencies(GPAs)to share information and empower the community at large.
Release Version Information
Version 1.0.0
How to contribute
If you’d like to add features (or bug fixes) to improve the example application, you can fork the repo and make pull requests.
- Fork it
- run
composer install
andcomposer update
to install project depedancies. - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
To keep you forked repo with the upstream repo read through this for instructions