vlfesko/laravel-pint-config

Laravel Pint configuration.

1.1.0 2025-05-06 06:59 UTC

This package is auto-updated.

Last update: 2025-05-06 06:59:26 UTC


README

This package provides a custom configuration for Laravel Pint, an opinionated PHP code style fixer for Laravel.

Installation

You can install the package via composer:

composer require vlfesko/laravel-pint-config

Usage

After installation, you can use this configuration by referencing it in your Laravel Pint command:

./vendor/bin/pint --config vendor/vlfesko/laravel-pint-config/pint.json

Configuration

The pint.json file in this package includes custom rules for Laravel Pint. These rules are designed to enforce a consistent coding style across my Laravel projects.

License

This package is open-sourced software licensed under the MIT license.