Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 499 Bytes

File metadata and controls

11 lines (8 loc) · 499 Bytes

PHP File Editor is a project which lets a user edit files on their server from a web interface. It has syntax highlighting which makes programming much easier through this. It also has a live preview section to see your changes on the same page.

Dependencies:

  • codemirror

Preview: - http://i.imgur.com/Q3vDqrQ.png

Configuration: - Open index.php. Line 22, set the $file to the file you want to edit. - Line 102 on index.php, change the src of the iframe to the file you are editing.