artengin/laravel-pint-artisan

Run Laravel Pint through Artisan, supporting all paths, flags, and options.

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/artengin/laravel-pint-artisan

v1.1.1 2026-01-15 16:14 UTC

This package is auto-updated.

Last update: 2026-01-15 16:20:42 UTC


README

Actions Status Coverage Status License

Laravel Pint Artisan

Run Laravel Pint via the Artisan console using the php artisan pint command, with full support for all arguments, flags, and file paths.

Requirements

  • PHP 8.2+
  • Laravel 12.0+
  • Laravel Pint 1.22+

Installation

composer require artengin/laravel-pint-artisan --dev

Usage

Run Pint with any options it supports:

Example:

# Format all files
php artisan pint

# Use specific preset
php artisan pint --preset=laravel

# Format specific directories/files
php artisan pint app src tests

# Combine options
php artisan pint --dirty --preset=psr12 app config

...

All arguments and flags are passed directly to the Pint binary. Output with formatting results is displayed.

License

Laravel Pint Artisan package is open-sourced software licensed under the MIT license.