gomzyakov / pint
Code style configuration for Laravel Pint.
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 1
Type:package
Requires
- php: ^7.4 || ^8.0
- ext-json: *
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.