lukzgois/laravelmd

Custom rules to check a Laravel 5 project with PHP Mess Detector

dev-master 2015-05-06 21:09 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:23:01 UTC


README

This rules will check a Laravel project with PHPMD.
The custom rules are:

  • Allow variables with 2 characters (because $id in some files is very acceptable);
  • Allow "static" access to the Laravel Facades
  • Doesn't force you to name variables and properties in camelCase.