manuelgil/moodle-alternate-admin

This package is abandoned and no longer maintained. No replacement package was suggested.

This wrapper for Moodle adds a new interface to streamline your administrative tasks.

Installs: 91

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 0

Open Issues: 0

Language:Mustache

Type:project

1.1.0 2021-05-31 19:47 UTC

This package is auto-updated.

Last update: 2023-11-25 03:09:25 UTC


README

GitHub Release GitHub Release Date GitHub license

preview

This wrapper for Moodle adds a new interface to streamline your administrative tasks.

Recommended

Features

  • No dependencies that require jQuery
  • Bootstrap 5 Admin Dashboard Template
  • Simple Vue.js 2 CDN integration
  • Friendly Alerts via Sweet Alert
  • Easy installation via Composer
  • Gravatar Profile image
  • Integration with Mustage Engine
  • Friendly URLs

Requirements

  • PHP 7.2 or later
  • MySQL or MariaDB
  • Apache Server
  • Moodle 3.x Installation

Installation

You can install this wrapper via composer with the following commands:

$ composer create-project manuelgil/moodle-alternate-admin {directory} --prefer-dist

Configure the project

$ 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/

Built With

Changelog

See CHANGELOG.md

Contributing

Thank you for considering contributing to alternate admin. The contribution guide can be found in the CONTRIBUTING.md.

Code of Conduct

In order to ensure that the alternate admin community is welcoming to all, please review and abide by the CODE_OF_CONDUCT.

Authors

See also the list of contributors who participated in this project.

License

Alternate Admin is licensed under the GPL v3 or later License - see the GNU GPL v3 or later for details.