Developing code
Learn how to contribute with code patches.
- Fork the repository.
git clone https://github.com/[yourname]/Mobile-Detect.git
git add remote serbanghita https://github.com/serbanghita/Mobile-Detect.git
git remote -v
...
origin [email protected]:serbanghita/Mobile-Detect.git
serbanghita https://github.com/serbanghita/Mobile-Detect.gitgit checkout -b my-new-patch origin/x.x.x
composer install./vendor/bin/phpcs
./vendor/bin/phpcbfLast updated
Was this helpful?