PHP code example of jackiedo / artisan-php-cs-fixer

1. Go to this page and download the library: Download jackiedo/artisan-php-cs-fixer library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jackiedo / artisan-php-cs-fixer example snippets

shell
$ php artisan php-cs-fixer:version
shell
$ php artisan php-cs-fixer:fix [options] [path/to/dir/or/file]
shell
$ php artisan php-cs-fixer:describe name/of/rule/or/rule-set
shell
$ php artisan php-cs-fixer:describe @Symfony
shell
$ php artisan php-cs-fixer:describe array_syntax

$ php artisan vendor:publish --provider="Jackiedo\ArtisanPhpCsFixer\ArtisanPhpCsFixerServiceProvider"

.php-cs-fixer.cache