Laravel-PHP-CS-Fixer icon indicating copy to clipboard operation
Laravel-PHP-CS-Fixer copied to clipboard

Artisan Command for FriendsOfPHP/PHP-CS_Fixer

Results 4 Laravel-PHP-CS-Fixer issues
Sort by recently updated
recently updated
newest added

I am trying to customize the `config/fixer.php` that this package generates to tweak some of the rules, but they are completely ignored. No matter what I change in that file,...

Type: Bug
Priority: High

Addresses issue reported in issue #32

We need support to exclude parameters through config/fixer.php like 'exclude' => ['nodes_modules']. Also you can include that on FixCommand.php notPath('node_modules' ) as default.