victorsabido / phpcs-config
Own PHP Coding Standards.
Package info
github.com/VictorSabido/phpcs-config
Type:phpcodesniffer-standard
pkg:composer/victorsabido/phpcs-config
0.2.0
2022-06-01 12:16 UTC
Requires
- php: >=7.2 <8
This package is auto-updated.
Last update: 2026-03-01 00:38:51 UTC
README
A brief description of what this project does and who it's for
How to install
Require this package
composer require victorsabido/phpcs-config "*" --dev
Publish the rules.xml
php artisan vendor:publish --tag=vsabido-phpcs --force
Add at the end the sentence for each update in composer.json
"scripts":{
"post-update-cmd": [
... ,
"@php artisan vendor:publish --tag=vsabido-phpcs --force"
]
}