Caution
This package is abandoned and no longer maintained. The author suggests using the gomzyakov/code-style package instead.
This package allows sharing identical Laravel Pint formatting rules across all of your projects without copy-and-pasting configuration files.
Install Laravel Pint & this package via Composer:
composer require --dev laravel/pint gomzyakov/pintAnd that's it! You can now find code style violations with following command:
./vendor/bin/pint --config vendor/gomzyakov/pint/pint.jsonIf you find any package errors, please, make an issue in current repository.
This is open-sourced software licensed under the MIT License.