Looking to hire Laravel developers? Try LaraJobs

laravel-pint-config maintained by vlfesko

Description
Laravel Pint configuration.
Last update
2025/10/24 11:01 (dev-main)
License
Links
Downloads
23
Tags

Comments
comments powered by Disqus

Laravel Pint Configuration

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.