php
laravel
php_laravel
Official
Configuration
Policy
Declare strict_types=1 in every file or bootstrap.
Prefer attributes over legacy docblock annotations.
Raise phpstan level to max and block baseline drift.
Commands
lint
vendor/bin/phpstan analyse --memory-limit=1G
test
vendor/bin/phpunit --coverage-text
format
vendor/bin/php-cs-fixer fix --allow-risky=no
install
composer install --prefer-dist --no-progress
Add This Standard
Sign in to add this standard to your workspace
Sign in with GitHubDetails
- Language
- php
- Framework
- laravel
- Used in
- 3 rulesets