Things Todo After Clone Laravel Project From Remote Repository Type the command below: Note: Make sure you're current working directory is in the project directory. Install dependency $ composer install Copy example of environment variable file
How to use Hexo and deploy to GitHub Pages https://github.com/hexojs/hexo https://hexo.io/docs/ 1. Install Hexo $ sudo npm install -g hexo-cli $ hexo -v hexo-cli: 0.1.9
1. Clone your fork: git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git 2. Add remote from original repository in your forked repository: cd into/cloned/fork-repo git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git git fetch upstream