Wordpress plugin for integration of Disciple Tools and Maarifa systems.
-
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 lint
to see list of PHP format errors - Run
composer run lintfix
to auto-fix all possible format errors
- Run