Creating a simple file manager.
The application allows you to:
-
Dynamically list the directories and files contained in
/filesfolder. -
Delete a file or folder. If the folder contains files, everything is deleted.
-
Edit a text or HTML file.
git clone https://github.com/JuAlexandre/x-files.git
Launch the PHP server in x-files folder :
php -S localhost:8000