Skip to content

Instantly share code, notes, and snippets.

@brcontainer
Last active March 27, 2019 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brcontainer/824a03fff51f836249a3c8e843cee24d to your computer and use it in GitHub Desktop.
Save brcontainer/824a03fff51f836249a3c8e843cee24d to your computer and use it in GitHub Desktop.
Install inphinit php framework without composer (using GIT)

Installing last release (or specific version)

git clone -b "0.2.0" https://github.com/inphinit/inphinit.git inphinit
git clone -b "0.2.0" https://github.com/inphinit/framework.git inphinit/system/vendor/inphinit/framework
cd inphinit

Installing dev-master

git clone https://github.com/inphinit/inphinit.git inphinit
git clone https://github.com/inphinit/framework.git inphinit/system/vendor/inphinit/framework
cd inphinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment