Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 396 Bytes

PINT.md

File metadata and controls

17 lines (11 loc) · 396 Bytes

Quickstart with Laravel Pint

Step 1 of 2

Install Laravel Pint & this package via Composer:

composer require --dev laravel/pint gomzyakov/php-cs-fixer-config

Step 2 of 2

And that's it! You can now find code style violations with following command:

./vendor/bin/pint --config vendor/gomzyakov/php-cs-fixer-config/pint.json