oscarotero/php-cs-fixer-config
Opinionated PHP-CS-Fixer configuration by Oscar Otero. Drop-in ruleset to standardize code style across projects, keep formatting consistent, and reduce bikeshedding. Ideal for teams wanting sensible defaults with minimal setup.
My own custom PHP CS Fixer config
Create a .php_cs.dist file with the following code:
<?php
return My\PhpCsFixerConfig::create(
__DIR__.'/src',
__DIR__.'/tests',
'!ignored',
);
How can I help you explore Laravel packages today?