A starter plugin to create elementor addon.
- Wordpress >= 5.4.1
- PHP >= 7.0
- Composer >= 1.10.1
- node >= 12.16.1
- npm >= 6.13.4
- Clone the repo using git clone into wp plugin directory.
git clone https://github.com/arifpavel/Mentor-Starter.git
- If you aren't inside the project use cd to enter.
cd Mentor-Starter
- Install composer dependencies.
composer install
Mentor Starter has full featured testing environment out of the box.
- Use
composer test
to run phpunit tests. Brain Moneky along with PHPUnit used for testing.