WP Manifestindependent plugin directory
manifest / integrations / dt-maarifa

Disciple Tools - Maarifa self-updates

Wordpress plugin for integration of Disciple Tools and Maarifa systems.

by maarifa-org · github.com/maarifa-org/dt-maarifa · website

1stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/maarifa-org/dt-maarifa/archive/refs/heads/master.zip

Ships its own WordPress updater (Plugin Update Checker), so new versions show up under Dashboard → Updates.

Wordpress plugin for integration of Disciple Tools and Maarifa systems.

Setup

  • Composer

    • Install via Homebrew or run Installer:
      $ brew update
      $ brew install composer
    • Run Composer to install dependencies
      $ composer install
  • PHP Code Sniffer

    • Run composer run lint to see list of PHP format errors
    • Run composer run lintfix to auto-fix all possible format errors