PhpStorm
 
Get PhpStorm

Laravel Pint

Last modified: 22 January 2025

In addition to built-in coding assistance, PhpStorm integrates with Laravel Pint—a code quality tool built on top of PHP CS Fixer for detecting coding style issues in Laravel projects.

To use Laravel Pint from PhpStorm instead of the command line, you need to register it in PhpStorm and configure it as a PhpStorm code inspection. Once installed and enabled in PhpStorm, the tool is available in any opened PHP file, and no additional steps are required to launch it. The on-the-fly code check is activated upon every update in the file thus making it easy to get rid of discovered problems.

The issues reported by Laravel Pint on the fly are highlighted in the editor in the same way as the errors and warnings reported by PhpStorm's internal code inspections. When the tool is run in batch mode, the errors and warnings are displayed in the Problems tool window. Each message has the Laravel Pint prefix to distinguish it from PhpStorm internal inspections.

You can use the predefined groups of Laravel Pint rules, or enable and disable specific rules in the pint.json file.