File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Contributing
2+ ============
3+
4+ Found a bug? Wanna Implement a missing feature? Or you have a suggestion or two;
5+ just create an issue with a description of your intentions and we can start from there.
6+
7+ Running The Tests
8+ =================
9+ Your environment should be setup for php development.
10+ I used [ Laragon] ( ) as my local environment while building the package.
11+
12+ To run the tests:
13+ - fork the repo
14+ - clone the your fork of the repo
15+ - run ` composer install ` in the root dir of the cloned repo
16+ - set up the config as specified in the README
17+ - then run
18+ ```
19+ "./vendor/bin/phpunit"
20+ ```
21+ Implementing Mising Feature
22+ ===========================
23+ Before attempting to implement a new feature, first create an issue about it and check to ensure nobody else is working on it.
You can’t perform that action at this time.
0 commit comments