1
Dear, I have an application in Laravel, which I do development on my machine. And I have several clients who use this app, and I have an app for each client. Today I have a server windows server 2012, with all client sites, with database for each client. My question is that I need to know which files I need to upload when doing some correction in the application. I made a . bat that copies the following directories: * app * database * public * Resources * Routes
Today I copy these directories for every application I have. I would like to confirm if these are the folders I should copy or some more?
I wonder if you can help me?
Your question seems too vast How To Ask try edit your question
– Amadeu Antunes
I suggest integrating your server with git, so just do one
git commit
and then agit push
to update only the files that are changed and that you want to be uploaded– Costamilam