Command push to GitHub
=====================
git init
git add .
git commit -m "write something that you did"
git remote origin master "https://github.com/username/project-name"
git push origin master
Command clone from GitHub
============================
git clone "https://github.com/username/project-name"
composer install
cp .env.example .env (in linux) or copy .env.example .env (in window)
php artisan serve