https://github.com/gomzyakov/pint
Code style configuration for Laravel Pint
https://github.com/gomzyakov/pint
code-style formatter laravel-pint laravel-pint-config laravel-style php-formatter pint-config
Last synced: 8 months ago
JSON representation
Code style configuration for Laravel Pint
- Host: GitHub
- URL: https://github.com/gomzyakov/pint
- Owner: gomzyakov
- License: mit
- Created: 2025-06-28T11:47:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T13:39:59.000Z (9 months ago)
- Last Synced: 2025-06-29T14:21:09.910Z (8 months ago)
- Topics: code-style, formatter, laravel-pint, laravel-pint-config, laravel-style, php-formatter, pint-config
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code-style configuration for Laravel Pint
This package allows sharing identical [Laravel Pint](https://laravel.com/docs/12.x/pint) formatting rules across all of your projects without copy-and-pasting configuration files.
## Quickstart
### Step 1 of 2
Install [Laravel Pint](https://github.com/laravel/pint) & this package via Composer:
```sh
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:
```sh
./vendor/bin/pint --config vendor/gomzyakov/pint/pint.json
```
## Support
If you find any package errors, please, [make an issue](https://github.com/gomzyakov/pint/issues) in current repository.
## License
This is open-sourced software licensed under the [MIT License](https://github.com/gomzyakov/pint/blob/main/LICENSE).