Fork The Repo And Clone Your Fork
cd my-customer
git remote add upstream https://github.com/hngi/my-customer.git
git pull upstream develop
cp `.env.example` to `.env`
composer install
php artisan serve
Visit localhost:8000 in your browser
When You Make Changes
git add .
git commit _m "commit message"
git pull upstream develop
Make Sure there is no conflict
git push origin develop
Then Create Your Pull Request
- Also Add description of what you did in your pull request