Sync files from server to local (Laravel - artisan)?
Hello,
I recently purchased PhpStorm and I'm trying to figure out how to make it keep my local files synced with server files. With Laravel, I'm constantly adding models, controllers, migrations, etc. with artisan, which then causes me to have to manually download the added files so I can actually work on them. I get the "local first" philosophy of PhpStorm, but this seems to ignore that a lot of people are using server-side CLIs to generate code.
Thanks in advance!
Please sign in to leave a comment.
Tools | Deployment | Sync with deployed to... should help. Unless you've already tried it and there's something you don't like about it.
Also please enable Settings | Build, Execution, Deployment | Deployment | Options | Warn when uploading over newer file & Notify of remote changes.