Appearance
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:
format
scripts
composer.json
"format": "@php vendor/bin/pint --parallel"