How to edit project online on a server?

0

Live!

I'm developing a cakephp 3 application, uploaded to the server, does anyone know of a way to continue working on the project with an IDE even while on the server?

    
asked by anonymous 16.05.2016 / 11:20

1 answer

0

You can use phpstorm or an IDE that allows ftp configuration. Another way is to access the files by ftp and edit. You can use Filezilla to access the server via FTP, then right click on the file and view / edit.

    
16.05.2016 / 13:18