Composer - How to require from github
By default composer will look up onto packagist.org, but what if we want to require the package / library from github repository instead of packagist.org?
to do that, we need to do 2 steps.
1. Configure The Configuration
First of all, we need to setu...
fiko.me1 min read