vlfesko/laravel-pint-config

Laravel Pint configuration.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vlfesko/laravel-pint-config

1.5.0 2025-10-24 09:01 UTC

This package is auto-updated.

Last update: 2025-10-24 09:02:12 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.