Code style configuration for Laravel Pint.

v1.0.0 2025-06-29 13:39 UTC

This package is auto-updated.

Last update: 2025-06-29 13:40:36 UTC


README

This package allows sharing identical Laravel Pint formatting rules across all of your projects without copy-and-pasting configuration files.

Quickstart

Step 1 of 2

Install Laravel Pint & this package via Composer:

composer require --dev laravel/pint gomzyakov/pint

Step 2 of 2

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

./vendor/bin/pint --config vendor/gomzyakov/pint/pint.json

Support

If you find any package errors, please, make an issue in current repository.

License

This is open-sourced software licensed under the MIT License.