Answer the question
In order to leave comments, you need to log in
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
why not make it simple? install gitolite and create a project on your server.
git add .
git commit -m 'your projects'
git push
git add .
git commit -m 'add laravel';
git push origin master
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question