Skip to content

Quick Start

terminal header screenshot

Requirements

Make sure your project meets the following requirements:

Installation

bash
composer require ace-of-aces/intellipest

Setup

For non-standard setups (e.g., custom Pest.php location), check the Configuration page first.

For standard project setups, just run this command to generate the helper file:

bash
./vendor/bin/intellipest

The terminal output should look something like this:

terminal screenshot

If the command ran successfully, you should be all set! You may have to restart your LSP for it to register the helper file.

Released under the MIT License.