advancedsoftwarecanada / filemanager

12 stars 12 forks source link

FileManager Logo
Visit www.AdvancedSoftware.ca

FileManager

An example for basic interactions with Moodle 4.x.x File Manager.

GitHub Issues GitHub Stars GitHub Forks GitHub License


About

This project serves as an example for basic interactions with Moodle 4.x.x File Manager. It was initially created to help me learn and understand file management within Moodle, and I decided to share it with the community. Over the years, many people have found it to be a valuable resource. Now that I'm actively employed to work with Moodle, I'm committed to keeping this project updated and useful.


Features


Screenshots

Screenshot 0 Screenshot 0-1 Screenshot 1 Screenshot 2 Screenshot 3

Getting Started

To get started with FileManager, simply follow one of these steps:

  1. Clone this repository to your local machine:

    
    git clone https://github.com/advancedsoftwarecanada/filemanager.git
  2. Add as a submodule to your current Moodle install with Git

    
    git submodule add https://github.com/advancedsoftwarecanada/filemanager local/filemanager
    • Install directly into your Moodle by downloading the zip and extacting to /var/www/yoursite.com/local/filemanager
    • Or access your admin plugins uploader and select the following download
      Download the current master.zip

Updates