php - Laravel - How to maintain my project on server using github -


how upload project server , migrate database , , edit project using github or other way .

i tried way , seems stupid.

i uploaded myproject.zip , extracted . created database , imported backup localhost database.

suggest helpful easier way . thanks.

maybe git-ftp you.

you can use git-ftp script based projects php. of low-cost web hosting companies not provide ssh or git support, ftp.

git-ftp provides easy way deploy git tracked projects. instead of transferring whole project, transfers files changed since last time.

even if playing different branches, git-ftp knows files different. no ordinary ftp client can that.


Comments