An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Red Explosion Logo

# Laravel Pint Config

[![Latest Version on Packagist](https://img.shields.io/packagist/v/red-explosion/pint-config.svg?style=flat-square)](https://packagist.org/packages/red-explosion/pint-config)
[![Total Downloads](https://img.shields.io/packagist/dt/red-explosion/pint-config.svg?style=flat-square)](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).