artisanpack-ui/code-style-pint
Laravel Pint preset matching ArtisanPack UI coding standards. Publishes a ready-made pint.json for apps or generates it via builder for packages. Optional WordPress-style spacing support via PHP-CS-Fixer stubs and commands.
illuminate/support constraint to allow Laravel 13 (^10.0|^11.0|^12.0|^13.0), unblocking Laravel 13 installs for downstream ArtisanPack UI packages that depend on this package.SpacesInsideParenthesisFixer - Adds spaces inside parentheses (e.g., if ( $var ))SpacesInsideBracketsFixer - Adds spaces inside brackets for variable array indices (e.g., $array[ $key ])concat_space rule for spacing around concatenation operators (e.g., $a . $b).php-cs-fixer.dist.php configuration file with custom fixers.php-cs-fixer.dist.php.stub for publishing to user projects--wordpress flag for artisan artisanpack:publish-pint-config commandPublishPintConfigCommand to support WordPress-style spacing optiondeclare_strict_types rule from default configuration (was too strict for some projects)$array[ $key ]) and literal indices ($array['key'])pint.json with ArtisanPack UI coding standardsPublishPintConfigCommand artisan command for publishing configurationPintConfigBuilder class for programmatic configuration generationArtisanPackUIPreset class with organized rule groups= and =>)artisanpack-ui/code-style PHPCS packageHow can I help you explore Laravel packages today?