Saturday, September 6, 2014

Integrating php-mailgun for auth user

Follow : https://github.com/mailgun/mailgun-php


Install curl php as below
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
restrat the apache server.
sudo service apache2 restart



Github Most frequent command

git push origin master
git tag -a v1.4 -m 'my version 1.4'
git push origin --tags

Go back to last version
git reset --hard HEAD

No comments:

Post a Comment