Skip to main content

Posts

Featured

Set Up Laravel Project Locally from Git

  When you join a team, you are provided with the   Git   Access and one of the first thing that you need to do is to set up the Project on your system. Alternatively, you might find an interesting project on   Github   and would like to play around with it by installing on your system. In this Tutorial, we will see how we can set up an existing   Laravel   Project on your system using   Git . 1.  Open Git Bash First of all you need to do is open the  Git Bash  and go to the folder of your choice where you want to install the Project. This folder could be at any location inside XAMPP, WAMP or any other directory where you keep track of your projects. 2.  Git Clone Then we need to clone the project inside this directory. In order to clone the project, we need the Git URL. We can get the Git URL as shown in the below screenshot. Once we have the URL, we can then use the below command in the terminal   git clone https://githu...

Latest Posts