https://github.com/red-explosion/pint-config
Red Explosion's config for Laravel Pint
https://github.com/red-explosion/pint-config
Last synced: 2 months ago
JSON representation
Red Explosion's config for Laravel Pint
- Host: GitHub
- URL: https://github.com/red-explosion/pint-config
- Owner: red-explosion
- License: mit
- Created: 2023-04-19T20:13:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:25:29.000Z (9 months ago)
- Last Synced: 2025-02-28T23:16:24.283Z (3 months ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Laravel Pint Config
[](https://packagist.org/packages/red-explosion/pint-config)
[](https://packagist.org/packages/red-explosion/pint-config)This repository contains a shareable config for Laravel Pint, an opinionated PHP code style fixer for minimalists.
## Installation
To get started, install package_name via the Composer package manager:
```bash
composer require red-explosion/pint-config
```## Usage
To use the Red Explosion Laravel Pint config, you can use the `--config` option:
```php
./vendor/bin/pint --config vendor/red-explosion/pint-config/pint.json
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Credits
- [Ben Sherred](https://github.com/bensherred)
- [All Contributors](../../contributors)## License
Our Laravel Pint config is open-sourced software licensed under the [MIT license](LICENSE.md).