sunrise/coding-standard
Sunrise PHP Coding Standard provides a ready-to-use PHPCS ruleset (ruleset.xml) you can reference in your project to enforce consistent code style across src and tests, aligned with PSR-1 and PSR-2.
composer require sunrise/coding-standard
<?xml version="1.0"?>
<ruleset name="Sunrise Coding Standard">
<rule ref="./vendor/sunrise/coding-standard/ruleset.xml"/>
<file>src</file>
<file>tests</file>
</ruleset>
How can I help you explore Laravel packages today?