vietstars/code-style

PHP PSR code style

Installs: 128

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vietstars/code-style

v0.0.8 2022-12-23 13:35 UTC

This package is auto-updated.

Last update: 2025-09-22 05:00:58 UTC


README

COMPOSER_MEMORY_LIMIT=-1 composer require vietstars/code-style

php artisan vendor:publish --provider="Vietstars\CodeStyle\ServiceProvider"
or
php artisan vendor:publish --tag=config-fixer --force

"scripts": {
"check-style": "php-cs-fixer fix --dry-run --diff",
"fix-style": "php-cs-fixer fix"
}