Return to site
· Web Development,Laravel,Github,Project,web applications

 

broken image

Steps to set up a Laravel project with GitHub are:

First, go to GitHub and fork https://github.com/laravel/framework.git.

Then install your application as you always do.

Now rename git origin to something else.

Then create your new project on GitHub and add it as your new origin :

Add, commit and push it as given below.

git commit -m "first commit"

git push origin masterRead more