Quick Start

Requirements
Make sure your project meets the following requirements:
- PHP 8.3+
- Pest 4.x
- A compatible PHP language server
Installation
bash
composer require --dev ace-of-aces/intellipestSetup
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/intellipestThe terminal output should look something like this:

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.