Estimated reading time: 1 minute

Clone the repository Use Git to clone larapdf’s source code to your local machine.

$ heroku git:clone -a larapdf $ cd larapdf Deploy your changes Make some changes to the code you just cloned and deploy them to Heroku using Git.

$ git add . $ git commit -am “make it better” $ git push heroku master