This wrapper for Moodle adds a new interface to streamline your administrative tasks.
You can install this wrapper via composer with the following commands:
$ composer create-project manuelgil/moodle-alternate-admin {directory} --prefer-dist
.env.example
file and call it .env
.$ cp .env.example .env
Edit the environment variables in the .env file as you need.
MODE_DEBUG => show errors
MDL_CONFIG => moodle config file path (required)
Make www-data the owner to logs
folder.
$ sudo chown www-data: logs/
See CHANGELOG.md
Thank you for considering contributing to alternate admin. The contribution guide can be found in the CONTRIBUTING.md.
In order to ensure that the alternate admin community is welcoming to all, please review and abide by the CODE_OF_CONDUCT.
See also the list of contributors who participated in this project.
Alternate Admin is licensed under the GPL v3 or later License - see the GNU GPL v3 or later for details.