Visit www.AdvancedSoftware.ca
An example for basic interactions with Moodle 4.x.x File Manager.
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.
- Easy-to-understand example code.
- Demonstrates file management within Moodle.
- No external dependencies or complex setup required.
- New updates and improvements in line with Moodle's development.
To get started with FileManager, simply follow one of these steps:
-
Clone this repository to your local machine:
git clone https://github.com/advancedsoftwarecanada/filemanager.git
-
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
- January 21, 2013: Plugin Created for Moodle 2.x.x
- November 21, 2023: Updated plugin for Moodle 4.x.x