pint icon indicating copy to clipboard operation
pint copied to clipboard

Laravel Pint is an opinionated PHP code style fixer for minimalists.

Results 4 pint issues
Sort by recently updated
recently updated
newest added

**Note: This pull request is a work in progress, and you can help by trying it in your local project:** ```bash composer require laravel/pint:dev-feat/blade ./vendor/bin/pint --blade ``` Check the differences...

Many times the community has asked for custom rules to be supported (#23, #26, #55, #161, #239, #286). With so many people persistently asking for this feature, I believe that...

### Pint Version 1.17.0 ### PHP Version 8.2.2 ### Description According to the [docs ](https://laravel.com/docs/11.x/pint#running-pint): _If you would like Pint to fix any files with code style errors but also...

needs more info

### Pint Version 1.18 ### PHP Version 8.3 ### Description I just install pint in a old laravel project that was upgraded to version 11, anyways, that's not the point,...

help wanted