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.zipShips 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
- Install via Homebrew or run Installer:
-
PHP Code Sniffer
- Run
composer run lintto see list of PHP format errors - Run
composer run lintfixto auto-fix all possible format errors
- Run