Skip to content

Quick Start

terminal header screenshot

Requirements

Make sure your project meets the following requirements:

Installation

bash
composer require --dev ace-of-aces/intellipest

Setup

IMPORTANT

For non-standard setups (e.g., a 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.

TIP

Using a Laravel Starter Kit? Check out the recipe for an easy watch mode setup.

Released under the MIT License.