To start contributing to this project:
- Fork this repository on Github
- Clone your fork
- Create a branch
- Make your changes and commit them
- Push your branch to your fork
- Make a pull request on Github
Send pull requests to branch master
.
To run the tests, run this command:
$ composer test
To run php cs fixer:
$ composer format
This command makes style fixes on the source code.
After cloning this project, do the following steps to make ready development environment:
git clone <your-fork>
cd adminx
# install the dependencies
composer install
# run php cs and tests
composer all
Start coding!
If you want to find a task for contribution: