Q
Q
qtcute2016-05-11 12:49:47
git
qtcute, 2016-05-11 12:49:47

How to upload Laravel to Git?

Advised to use forge.laravel.com. I reconfigured the DigitalOcean server under Forge, now I need to upload the project to Git, but for some reason it doesn’t work. Is it possible to find a detailed guide somewhere?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rustamka Vorontsov, 2016-05-11
@rmfordev

why not make it simple? install gitolite and create a project on your server.

git add . 
git commit -m 'your projects'
git push

----
add your Laravel project to the project folder, after
git add . 
git commit -m 'add laravel';
git push origin master

end.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question