DEV Community

Kanish Ravikumar
Kanish Ravikumar

Posted on

A Web Editor for PHP servers

Web EdBox is an open-source lightweight, self hosted web editor with user management for PHP based servers.

Currently in its beta version the Editor can be used to provide access to project developers without giving them full server access, this is a small but simple solution for small projects and the teams working on them.

Download Web EdBox
Using GitHub

git clone https://github.com/KanishRavikumar-2005/Web-EdBox.git
Enter fullscreen mode Exit fullscreen mode
OR

Install the zipped release from the GitHub Repository
Or the official website
devs.oryvex.in/products/web-edbox

To use Web EdBox

  1. Put the folder called editor in the root directory of the project. Don't modify the names of any file/folder that comes inbuilt.

  2. Open your editor by going to the website, https://yourwebsite.url/editor
    The editor will ask you to create a manager account. Manager account has full access over all users (admins & developers)

  3. Use the user management system to give access to developers and project teammates.

This way, the developers can access only contents of this project within the server and not projects present outside this.

The Web EdBox is still in Version 0.1.0-beta. Patches and Updates will be released soon.

Top comments (0)