Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 841 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 841 Bytes

Mentor Starter

A starter plugin to create elementor addon.

Requirements

  • Wordpress >= 5.4.1
  • PHP >= 7.0
  • Composer >= 1.10.1
  • node >= 12.16.1
  • npm >= 6.13.4

Installation

  1. Clone the repo using git clone into wp plugin directory. git clone https://github.com/arifpavel/Mentor-Starter.git
  2. If you aren't inside the project use cd to enter. cd Mentor-Starter
  3. Install composer dependencies. composer install

Testing

Mentor Starter has full featured testing environment out of the box.

  1. Use composer test to run phpunit tests. Brain Moneky along with PHPUnit used for testing.

License

GPLv2