amphibee/laravel-pint-pre-commit

Laravel Pint pre-commit hook allow you to analyse your code with the awesome Laravel Pint.

Installs: 35 976

Dependents: 0

Suggesters: 0

Security: 0

Stars: 19

Watchers: 0

Forks: 8

Open Issues: 2

pkg:composer/amphibee/laravel-pint-pre-commit

1.5 2023-02-15 09:14 UTC

This package is auto-updated.

Last update: 2025-09-15 14:37:37 UTC


README

Laravel Pint pre-commit hook allow you to analyse your code with the awesome Laravel Pint.

Features

  • Check only staged files
  • Pint analysis is disabled during merge phase
  • Read the ./pint.json configuration
  • Ability to disable Pint verification with -n or -no-verify argument

Install

composer require amphibee/laravel-pint-pre-commit --dev

Options

  • -n or -no-verify to disable the Pint analysis

Credits

License

MIT