Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

gomzyakov/pint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-style configuration for Laravel Pint

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.