Skip to content

Laravel Pint

Pint is installed by default in new Laravel projects and can be run without any additional config.

It is recommended to create a format Composer script by adding the following to the scripts section of composer.json:

json
"format": "@php vendor/bin/pint --parallel"