Laravel Pint, built on PHP-CS-Fixer is a #PHP code style fixer for minimalists. Installed with new #Laravel applications, it ensures clean, consistent code style. Pint supports customization via a pint.json file in your project's root. Supported presets include Laravel, #psr12, and #symfony. Remember, Pint is not just a tool, it's a companion for Laravel developers seeking to maintain high-quality, consistent code.

🔗 https://laravel.com/docs/10.x/pint

Laravel - The PHP Framework For Web Artisans

Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.

@zanekpavel Does it have a PER-CS 2 mode yet?
@Crell As far as I know, Laravel Pint supports three preferences: laravel, psr12 and symfony. However, it is possible that support for PER-CS 2 or other preferences will be added. I recommend occasionally checking the latest Laravel Pint documentation or the GitHub repository for the most up-to-date information.