定制 artengin/laravel-pint-artisan 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

artengin/laravel-pint-artisan

最新稳定版本:v1.1.1

Composer 安装命令:

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

包简介

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

README 文档

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.

统计信息

  • 总下载量: 23
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-15