Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 645 Bytes

README.md

File metadata and controls

executable file
·
21 lines (17 loc) · 645 Bytes

Build Status

Disciple Tools - Maarifa

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