How to Push an existing Local project to Live on GitHub Using the Command Line

How to Push an existing Local project to Live on GitHub using the Command Line

 2,831 total views

 2,831 total views Note: Article updated at 14th May, 2020. Hello everyone, Welcome to blog.sunnydoshi.in, This blog post covers Laravel existing local application to live on Github using command line. If you want to make laravel app, then checkout beginner tutorial for Laravel 5 Basic Auth Installation. It will built your first app with Laravel Authentication in local. Prerequisite Know how to use GIT, Terminal etc. Have a local working copy ready. Have SSH access to your server using private/public key. – Open Github and signup account, After login Create a new repository–…

Continue Reading