gomzyakov / pint
This package is abandoned and no longer maintained.
The author suggests using the gomzyakov/code-style package instead.
Code style configuration for Laravel Pint.
v1.1.0
2025-07-14 14:34 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
This package is auto-updated.
Last update: 2025-10-05 13:00:58 UTC
README
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.
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.