PHP Codesniffer ruleset to follow Laravel's coding style
/app/Http/Resources/*\.php
/routes/*\.php
*/tests
*/artisan
*.php
database/*
/database/schema/*
/database/migrations/*
./app
./config
./resources
./routes
./tests
*/.phpstorm.meta.php
*/_ide_helper.php
*/cache/*
*/config/*
*/database/*
*/docs/*
*/migrations/*
*/storage/*
*/public/index.php
*/resources/lang/*
*/vendor/*
*/*.js
*/*.css
*/*.xml
*/*.blade.php
*/autoload.php
*/Console/Kernel.php
*/Exceptions/Handler.php
*/Http/Kernel.php