vlfesko/laravel-pint-config is a Laravel package for laravel pint configuration..
It currently has 0 GitHub stars and 23 downloads on Packagist (latest version 1.5.0).
Install it with composer require vlfesko/laravel-pint-config.
Discover more Laravel packages by vlfesko
or browse all Laravel packages to compare alternatives.
Last updated
This package provides a custom configuration for Laravel Pint, an opinionated PHP code style fixer for Laravel.
You can install the package via composer:
composer require vlfesko/laravel-pint-config
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
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.
This package is open-sourced software licensed under the MIT license.