This project had for objective, to make an online file manager
How to install it ?
To install it, you'll need composer, a package manager, like npm, but for PHP.
- Get PHP on CLI
- Get composer from here : https://getcomposer.org/
- Follow the guidelines to understand how to install it
- And
php composer.phar install
in a terminal
- Run the following command in a terminal
sudo apt install composer
- And on the file root, run
composer install
- On
config/config.php
, replace the default creditentials with yours.