phpmyadmin/coding-standard
phpMyAdmin Coding Standard provides PHP_CodeSniffer rules based on the Doctrine Coding Standard. Install via Composer and run phpcs with the PhpMyAdmin standard to enforce consistent PHP style across your project.
phpMyAdmin Coding Standard is a set of PHP_CodeSniffer rules and is based on the Doctrine Coding Standard.
composer require --dev phpmyadmin/coding-standard
vendor/bin/phpcs --standard=PhpMyAdmin /path/to/code
How can I help you explore Laravel packages today?