I see there is a package https://github.com/deployphp/deployer called deployer. which is used to deploy php apps. Laravel is supported out of the box.
Has any one used this package so he can help me abit?
And if not so how do you deploy your app to vps?
I'm now using filezilla to upload but is really sucks.
@bobbybouwmann What I was asking was that if any one prior to me, had tested this package and it worked for them.
Right now I'm not sure what are the alternatives to fileZilla, so I asked if there was a better soloution as well.
I guess host users use git (github, gitlab, bitbucket) and simply pull the code on the server. Then they run composer update and their migrations and everything else that is needed.
To automate this you can use https://forge.laravel.com An excellent tool created by Taylor himself ;)
@bobbybouwmann Actually Although I use git locally. but the code is not on a repo(github,etc).
Also I don't plan to use paid tools like envoyer,forge yet.
With all that said, what you suggest me to push my code to the vps, And if possible automate these stuff?
Cheers :)